ASPemail
Download zip med nedenstående demo programmer
Husk "Mail.Host" = "server3.pi.dk"
| Source Files | Description | Special Properties/Methods Used |
|---|---|---|
| Simple.asp | A simple mail-sending form. | Mail.Send |
| HtmlFormat.asp | Shows how to send messages in the HTML format. | Mail.IsHTML |
| Attachments. asp | Demonstrates how to send messages with file attachments. | Mail.AddAttachment |
| EmbeddedImages.asp | A premium feature: sending messages with embedded images and backgrounds. |
Mail.AddEmbeddedImage Mail.AppendBodyFromFile |
| Database.asp | Demonstrates how to BCC a message to multiple recipients whose names and email addresses are stored in a database. |
Mail.AddBcc |
| NonAscii.asp | A premium feature: support for non-US ASCII alphabets. |
Mail.EncodeHeader Mail.CharSet Mail.ContentTransferEncoding Mail.AppendBodyFromFile |
|
SendMail.asp Attachments.asp UploadScript.asp global.asa |
Located in the directory SendMail Application A simplified version of the AspEmail Live Demo application that can be viewed at the www.aspemail.com web site. To run it, follow the instructions in the file readme.txt located in that directory. | |
| Komplet manuel |