hi all,
its been a hours am looking for the folling error, when a new user create an account ,account is created but the following error msg is displayed, please can u guide me to solve it ,

warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Unable to relay for pandi736@gmail.com in C:\xampp\htdocs\drupal\includes\mail.inc on line 193.
Unable to send e-mail. Please contact the site administrator if the problem persists.

.

I have modified the mail.inc file as per the documentation in drupal.org ,

and i have following in php.inc

[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25

; For Win32 only.
sendmail_from = admin@example.com.

...please guide me out

Thank you !

Comments

marquardt’s picture

Is your SMTP server configured to act as a mail relay? Do you have to provide any credentials (username and password) so that it does relay mail?