Asp 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 "Replace With" field write the name of the field and in the "Get value from" select the source for the variable.
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.
From the Menu List "From Form" or "From Recordset" select the field that contain the value for the replace string, this are only 2 shourt cut for select the value from the form field or from the recordset.