Sorry, but there are no more tags available to filter with.
-
You can set up your application to send emails using the System.Web.Mail.SmtpMail class. You must supply the name or IP address of your SMTP mail server or relay using the SmtpServer property: SmtpMail.SmtpServer = "MyMailServer" If you want...