| # | Source Files | Description | Special Properties/Methods Used |
|---|---|---|---|
| 1 | Simple.asp | A simple mail-sending form. | Mail.Send |
| 2 | HtmlFormat.asp | Shows how to send messages in the HTML format. | Mail.IsHTML |
| 3 | Attachments.asp | Demonstrates how to send messages with file attachments. | Mail.AddAttachment |
| 4 | UploadAttachment.asp | Demonstrates the usage of the AspUpload component for uploading file attachments to the server. | AspUpload component |
| 5 | EmbeddedImages.asp | A premium feature: sending messages with embedded images and backgrounds. |
Mail.AddEmbeddedImage Mail.AppendBodyFromFile |
| 6 | Database.asp | Demonstrates how to BCC a message to multiple recipients whose names and email addresses are stored in a database. |
Mail.AddBcc |
| 7 | NonAscii.asp | A premium feature: support for non-US ASCII alphabets. |
Mail.EncodeHeader Mail.CharSet Mail.ContentTransferEncoding Mail.AppendBodyFromFile |
| 8 | SendToQueue.asp | Demonstrates message queuing. Requires that the EmailAgent service be running. |
Mail.SendToQueue |
| 9 | More... | More samples and the AspEmail Live Demo application can be viewed at the www.aspemail.com web site. |