|
|
AuthSmtpMail .NET classAt first sight .NET 1.1 SmtpMail class provides no means to send a message to a server that requires user authentication. At least NET SDK keeps silence on this subject. In fact, SmtpMail uses MS CDO (Collaboration Data Objects), that of course have this ability, and required parameters could be passed through nearly not documented Fields property of MailMessage. Download AuthSmtpMail class (1k) and see source code and comments therein for details. It is freeware.
Back to .NET components |