G
Gerhard
Hi,
For years I have been using a simple method of sending email notifications
from a Windows app for one of my clients using:
System.Web.Mail.SmtpMail.SmtpServer ...
System.Web.Mail.SmtpMail.Send ...
It has been very reliable and stable. However, his provider is now
requiring that it be sent to a specific port, and may also require
authentication.
What is the recommended method for adding in these additional requirements?
I don't see a way to do it with the simple smtpMail.
Thanks.
For years I have been using a simple method of sending email notifications
from a Windows app for one of my clients using:
System.Web.Mail.SmtpMail.SmtpServer ...
System.Web.Mail.SmtpMail.Send ...
It has been very reliable and stable. However, his provider is now
requiring that it be sent to a specific port, and may also require
authentication.
What is the recommended method for adding in these additional requirements?
I don't see a way to do it with the simple smtpMail.
Thanks.