I have set up both:
SMTP = mail.mywebsite.com smtp_port = 110
within my php.ini file and I no longer get the errors listed in the below email, but no email is received within the users inbox.
Is their a way to debug to see how far the email went before it failed or why it did not make it to the users inbox?
Thanks,
John
On 4/7/10, John Mitchell mitchelljj98@gmail.com wrote:
I get the below error when I initially set up drupal and whenever it tries to send an email:
* warning: mail(): Failed to connect to mailserver at "localhost"port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\drupal\includes\mail.inc on line 193. * Unable to send e-mail. Please contact the site administrator if the problem persists. * warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\drupal\includes\mail.inc on line 193. * Unable to send e-mail. Please contact the site administrator if the problem persists.
How do I fix this?
Thanks,
John
-- John J. Mitchell