I am working in a .net application where I am sending email through smtp if the email id is not valid then also SmtpMail.Send(message) is not throwing any error, and I am getting the information of unsuccessful mail through email in sender mail id Please refer the image
so is there any way to find the invalid email at the time of sending email so that I can warn the user about it. previous answer on the issue