0
kicks
Sending complex emails in .NET 1.1
System.Web.Mail can be used to send emails from .NET 1.1 applications. Sending simple emails is very easy. More complicated is when you try to send emails using a SMTP server that requires authentication or even when you just need to format the From Name of the email you want to send. Read here to know more....