i need to check if the mail is sent to specified user successfully
but this function returns no error for the email addresses that even doesnt exists
how to handle this
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.
You can’t handle this. The mail server only rejects addresses that it knows are incorrect. Any address that might exist has to be passed along to the recieving mail server that can determine if it knows what to do about it.
For any incorrect address you will normally get an error mail back to the sender address.