Class for sending e-mail. Sends mail messages by using the SMTP protocol. Supports the SMTP Authentication. (CRAM-MD5, LOGIN, PLAIN) Moreover, can use the SMTP over SSL. (.NET Framework 2.0 or later)
For a list of all members of this type, see AwSmtp Members.
System.Object
Asterworld.Mail.AwSmtp
[Visual Basic] Public Class AwSmtp
[C#]
public class AwSmtp
Remarks
By using this class, the source code for implementing a function to send e-mail by using SMTP becomes very easy.
The source code of this class is offered together with the following software.