rahul gupta

rahul gupta

  • NA
  • 9
  • 758

How to get the status of sent mail using SMTP

Aug 7 2019 7:11 AM
I want to catch the status of email sent through the SMPT server and return a response like if the mail successfully sent to the user then return like success or true if fail then return fail.
 
Reason for this, to identify the user mail id is correct or not, so that we don't send mail next time to that email address if incorrect.

Answers (1)