How to use ASP Email?

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 brukere syntes dette svaret var til hjelp
Var dette svaret til hjelp?

Relaterte artikler

ASPJpeg support on Windows 2008 servers

Yes, we have installed ASPJpeg component on Windows 2008 servers. Clients / Resellers hosted on...

How to use ASP Simple Upload Component?

01. <% 02. Option Explicit 03. Dim upl, NewFileName 04. Set upl =...