I’m facing an error with PHP’s mail() function. The mail() function can successfully send mail to gmail, ymail, rediffmail, etc. But in case of webmail, it fails.
I haven’t found any reason for that.
Please help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Is the receipients adress correct?
Maybe you nee a qualified SMTP Server signature!
I added a line to your code
Let me know if it works with that