ASPEmail 5.0 is an active server component for sending e-mail messages using an external SMTP server in an ASP or VB environment. ASPEmail 5.0 supports multiple recipients, multiple file attachments, HTML format, embedded images and sounds, non-US ASCII character sets, secure mail, and high-performance message queuing.
Sample code:
01. <%
02. strHost = "mail.serverhost.com"
03. If Request("Send") <> "" Then
04.
- 0 Users Found This Useful