Send E-mail
· Configure e-mail message From, To, Subject fields.
· Load content from file or write your own.
Send E-mail To Recipients From Recordset
· Configure the e-mail message From, Subject fields.
· Loop through a recordset to retrieve the recipients.
· Load content from file or write it on your own.
Send Page Section By E-mail
· Send a page section by e-mail. Ideal to send invoices or shopping cart contents.
Page behavior
Send e-mail on form submit
· When a form is submitted, your can add a triggerA trigger is a SQL procedure that performs an action when a transactionA transaction is a group of SQL statements whose effects are logically connected. Anything from simple queries to inserting, and deleting operations can be considered a transaction, as well as more complex groups of several statements which accomplish a specific task. (INSERT, UPDATE, DELETE) occurs. You can use triggers to perform validation of input data, to automatically generate a value for a newly inserted row, to read from other tables for cross-referencing purposes, or to support alerts through e-mail messages. that will send one or multiple e-mails.
Send e-mail on page load
· If you want to send complex e-mails out - this should be the right way to do it.
Enter the content manually or retrieve from a file
· Send e-mails with content entered manually or with information retrieved form the databaseA database refers to data organized and stored on a computer that can be searched and retrieved by a computer program. Most industrial-strength and many smaller database applications can be addressed using SQL (Structured Query Language)..
E-mail options
· Optimized mail headers to prevent false spam alerts.
· Send text or HTML e-mails - you can select to send either text or HTML e-mails, whichever best suits your configuration.
Set the importance of an e-mail
Set different encodings for e-mail content
· Character encodingA character encoding is a code that pairs a set of natural language characters (such as an alphabet or syllabary) with a set of something else, such as numbers or electrical pulses. A common example is ASCII, which encodes letters, numerals, and other symbols as both integers, and 7-bit binary versions of those integers is a method of converting bytes into characters. By using different character encodings you can make sure that no matter what special characters you use (Chinese, Arabic or any other special set) the result will be an e-mail that preserve all special characters.
Compatibility
Can connect to any mail server, or uses the default mail server configured in your system.
Support for the ColdFusion, ASP_VBScript, PHP_MySQL and PHP_ADODB server models.
Works on Windows and MAC.
Documentation
Integrated Dreamweaver help (search, index, glossary).
Step by step tutorials with real-life applications.