%@ Language=VBScript %> <% '********************************************************************************* 'Copyright Dundas Software Ltd. 2000. All Rights Reserved. ' 'PURPOSE: The user can send an html-based email to the specified ' recipients, and optionally specify a background audio file ' as well as a background picture for the email. The uploading ' is handled by the Upload control, while the mailing operation ' is handled by the Dundas Mailer Control 1.0. ' 'POST DESTINATION: ProcessEmail.asp. ' 'INPUT: SMTP server (optional), TO recipients, CC recipients, BCC ' recipients, From address, Subject of the message, the message ' body, optional background audio file and optional background ' image for the html-based email. ' 'COMMENTS: IMPORTANT: This demo requires the Dundas Mailer Control. ' Maximum amount of posted data is 2 Meg. ' A success message is displayed if the email is successfully ' sent. ' User will be redirected to the Error.asp page if the Dundas Mailer ' control is not installed and registered. ' 'Dundas Software Contact Information: ' Email: sales@dundas.com ' Phone: (800) 463-1492 ' (416) 467-5100 ' Fax: (416) 422-4801 '********************************************************************************* %>
This demo sends an html-based email to a specified destination address. You can select a background image as well as a background sound for the email.
The Upload control is used when embedding objects into the email. Please note that the maximum amount of data to be uploaded has been set to two (2) MBytes.