google apps is setup on my server, how do i get php mail() to use it?

I've got google apps setup on my server with all the correct MX records etc, now i want to start testing it.

  • I want to use it for all automated emails (registration, lost password etc).

  • I'm testing on a localhost.

This question and answers originated from www.stackoverflow.com
Question by (3/18/2010 9:50:24 AM)

Answer

Ok, the solution i've found is to use the PHPMailer class found here:

http://phpmailer.worxware.com/

Answer by

Find More Answers
Related Topics  php  google-apps  mx-record
Related Questions