Forum Moderators: coopster

Message Too Old, No Replies

warning: mail() [function.mail]: smtp server response: 503 valid rcpt

         

asimshahiddIT

6:32 am on Dec 20, 2010 (gmt 0)

10+ Year Member



The problem is with the mail values.........

please check,

mailto email address,
mailheader,( if include )
mailsubject,

do'nt forget to check the php.ini

; For Win32 only.
SMTP = mail.gmail.com ( mail provider smtp details)
smtp_port = 25

; For Win32 only.
sendmail_from = test@gmail.com ( send from email address)

Matthew1980

8:52 am on Dec 20, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi there asimshahiddIT,

Welcome to WebmasterWorld!

Could you post the relevant code so that we have a better chance of being able to help you with this issue. And obviously ensure that you have done the relevant debugging to make sure that the expected values are being passed to the mail function before your invoking it.

Cheers,
MRb