Sending Gmail from a local site
I am using Acquia stack on my localhost (running Vista) and am trying to send emails with no luck. I want to send them via Gmail and try all kinds of settings in the php.ini file. There are no error messages, but no email is delivered. I didn't get a response on the Acquia forum so I was hoping someone here could help. Many thanks.
+2
a source to share
2 answers
You need http://drupal.org/project/phpmailer or http://drupal.org/project/smtp because you need to authenticate with Google SMTP.
0
a source to share