Asp.Net Advanced Mail
Version 1.1.9  how it workHelp and tutorialsVersion revisionAdd to cart
How does it work - Replace panel
Server Panel
Data Panel
Mail Panel
Body Panel
Upload Panel
Images Panel
Files Panel
Replace Panel
Price: 36,00 €
Usd. 45,94
Currency conversion according with PayPal
Flash Tutorials

   

Advanced Mail allow you to send personalized e-mail.
You can replace in the body text a string with a value from a Form Fields or from a Recordset Fields.
So if You want send a list of e-mail from a recorset and personalized each e-mail with data from the recordet field you ca do it.

For example:
Imagine send an email to John Smith and the 2 vaue John and Smith are stored in a DB, You can write an e-mail like this:
Dear, #Name# #Surname#

Click on the Add button.
The Replace Window appear.

In this panel insert in the "Value to search" field the string to search.
In the example case You write #Name#
From the Menu List "From Form" or "From Recordset" select the field that contain the value for the replace string.
In the "Replace With" field appear the name of the field with a special tag.
WARNING!! Don't modify my special tag
When the mail is send my code replace the string you write in the e-mail body text with the value from the form field or from the recordset field.