MX Send
E-mail features
Dreamweaver integration
- 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 trigger
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.
· Send e-mails
with content entered manually or with information retrieved form the database.
· 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

· Character
encoding
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.
- Comprehensive user manual.