On Jul 18, 2012, at 21:39, Reindl Harald wrote: > BTW: get rid of the crappy mail()-command > http://code.google.com/a/apache-extras.org/p/phpmailer/downloads/list
Switching to PHPmailer would also allow you to use SMTP directly, IIRC. As in, communicate with the Gmail SMTP server to send mail, instead of using an intermediate Postfix instance to do so. Whether that would be sufficient depends on your specific needs, of course. Cya, Jona
