Smtp.NET Examples

Using Smtp.NET in your application is quick and painless. The following examples will help get you started on your way to sending email in your own web application or Windows application.
  1. Getting Started - What to do after you install Smtp.NET
  2. Simple Email Sending - The most frequently used properties and the Send method.
  3. Using Authentication - How to use mail server authentication.
  4. HTML Message Body - Send an email with HTML in the message body.