How would one go about emailing with php without using the mail() function? The problem is that my web server, Zymic, does not allow the use of the mail() function and therefore that puts me in quite a predicament because I'm trying to send emails to people every time a new post is added (the site is for a community service volunteer organization). If there isn't a way for me to go about it, is there any other web servers that have php, mysql, and are free that I could possibly use instead of Zymic?