Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

smtp check if email sent

try
{
    mail.Send(msg);
}
catch (SmtpFailedRecipientException ex)
{
    // ex.FailedRecipient and ex.GetBaseException() should give you enough info.
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #smtp #check #email
ADD COMMENT
Topic
Name
4+4 =