S
sviau
im trying to handle errors reported from Send using the system.web.mail
namespsace. what are the exceptions that cant be returned. cant find the
list.
were haing issues with smtp server rejected certain invalid emails
addresses, what specific exception is that?
SmtpMail.SmtpServer =
System.Configuration.ConfigurationSettings.AppSettings("SMTPServer")
SmtpMail.Send(smtp)
Return True
namespsace. what are the exceptions that cant be returned. cant find the
list.
were haing issues with smtp server rejected certain invalid emails
addresses, what specific exception is that?
SmtpMail.SmtpServer =
System.Configuration.ConfigurationSettings.AppSettings("SMTPServer")
SmtpMail.Send(smtp)
Return True