 |
Mail Merge (bulk mail) multiple messages to recipients listed in a database using a template file replacing user defined placeholders with runtime values, e.g. Mail Shots and News.
|
 |
Extended properties of the mail message can be set directly from Dreamweaver in design view e.g:
MailFormat (Text or Html)
MailPriority (Low, Normal or High)
Optional ReplyTo (Reply address can be different to the From address)
Request Read Receipts
And more...
|
 |
Requires no additional components such as JMail or ASPMail.
|
 |
Built in screen scraping features allows importing of base content from a remote URL, which can be set as the body text for a mail message. The scraping features also support replacing defined placeholders with runtime values if you have access to the remote URL to define them. You can set options for the scraping features to use GET or POST methods and pass URL parameters to the remote URL if required, Remote URL's checking the user agent string will identify the user agent as being IE6.
|
 |
The control supports intelligent path management and can translate "../../" and other paths into real file system paths like c:\sites\mysite\somefolder\somefile" based on the given "../../" style path.
Style path formats are supported so you can store and reference a file outside the root of your site!
You can add attachments and select mail template files within Dreamweaver as easily as adding a hyperlink!
|
 |
Dynamic Template Files allow the importing of base content from a template file and the replacement pre-defined placeholders. The imported content can be replaced at runtime with values from a database or posted form variables with the results set as the body text of a mail message.
|
 |
Properties and methods are available to allow advanced users complete access to the Control's core functionality from code at runtime. These are fully documented with code snippets within the documentation.
|
 |
Both ASP.NET VB & C# server models are fully supported
|