We can start building the ASP page by creating a Message and Configuration object. Next, set the configuration object up as shown below. You will need to provide the correct value for the smtpserver item. These two items are generally the minimum information that is required. However, depending on the configuration of your SMTP server, you have to provide a specific port, enable SSL, or authenticate. At the end of this tutorial, some additional configuration items have been listed. The following step is to specify the recipients. You can send to multiple recipients by separating addresses with a semicolon, as shown with the To property below. It is time to set the subject and body text. To send a plain text email, use the TextBody method. To send HTML email, use the HTMLBody method. The final step is to bind the configuration to the CDO Message and send the email message. Here are some additional useful optional Field Items that you may need to use if your SMTP server requires a different port, a secure channel, and/or authentication.