By sashkernel on
Hi,
I need help with setting up my SMTP server to work with Drupal.
When drupal tries to send confirmation email to newly created user, I keep on getting this error:
"warning: mail() [function.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:\WAMP\www\includes\mail.inc on line 193.
Unable to send e-mail. Please contact the site admin, if the problem persists."
I'm pretty sure that I have messed up settings for my smtp server. Does anyone know how to setup it properly?
Thank you,
Sash
Comments
Check port No.
Check your port No., contact your Network admin for which port mail has been sent, or manually change in your php.ini & convert port no. 25 to 26.
Kamlesh Patidar