# | Source Files | Description | Special Properties/Methods Used |
---|---|---|---|
1 |
Simple.asp Simple.aspx ![]() |
A simple mail-sending form. | Mail.Send |
2 |
HtmlFormat.asp HtmlFormat.aspx ![]() |
Show how to send messages in the HTML format. | Mail.IsHTML |
3 |
Attachments.asp Attachments.aspx ![]() |
Demonstrate how to send messages with file attachments. | Mail.AddAttachment |
4 |
AttachBlobs.asp AttachBlobs.aspx ![]() |
Demonstrate how to attach files directly from a database blob field. | Mail.AddAttachmentMem |
5 |
UploadAttachment.asp UploadAttachment.aspx ![]() UploadAttachmentMem.aspx ![]() |
Demonstrate the usage of the AspUpload component for uploading file attachments to the server. |
AspUpload component Mail.AddAttachment Mail.AddAttachmentMem |
6 |
EmbeddedImages.asp EmbeddedImages.aspx ![]() |
A premium feature: sending messages with embedded images and backgrounds. |
Mail.AddEmbeddedImage Mail.AppendBodyFromFile |
7 |
Database.asp Database.aspx ![]() |
Demonstrate how to BCC a message to multiple recipients whose names and email addresses are stored in a database. |
Mail.AddBcc |
8 |
Unicode.asp Unicode.aspx ![]() |
A premium feature: support for non-US ASCII alphabets. |
Mail.EncodeHeader Mail.CharSet Mail.ContentTransferEncoding |