Ajax Mail
Version 1.1.4  how it workview examples and demoHelp and tutorialsVersion revisionAdd to cart
 How does it work - Mail Panel
Server Panel
Mail Panel
Body Panel
Register Panel
Images Panel
Files Panel
Replace Panel
Price: 52,00 €
Usd. 67,98
Currency conversion according with PayPal
Flash Tutorials
   
Recordset Define the recordset where get the list of mail to send
You can send the e-mail to a single e-mail address or to a list from a recordset.
You can also mix the two method (get some data from the form and some data from the recordset.
If a recordset is present will be send an e-mail for each record.
   
Form Select the form that start the send mail on the onSubmit event
   
Redirect To The page You are redirect after the e-mail is send.
This page will receive a report that is the list of E-mail send and the status of each e-mail.
The status is the server component response (if the server component send en error description this will be send in the status report)
To see an example of the redirect page click this link
   
Value to send: This is the list of form field.
All the value of the selected field will be passed to the redirect page with the post method.
   
Send method: The methos to send the value to the redirect page
   
Progress bar The progress bar displayd during the e-mail send.
Only if You send e-mail from a recordset.
See the different type of Progress Bar Available.
The Progress Bar page are simple ASP page so You can modify it with your graphics.
   
Number of mails: Define the max number of mail will be send. For send only a part of a big mailing list.
   
Fron Name The message originator’s name.
   
From Mail The message originator’s email address.
   
Reply Name The ReplyName property allows you to specify a different message originator’s name that replies should be sent to.
   
Reply Mail The ReplyMail property allows you to specify a different email address that replies should be sent to. By default mail programs should use the Reply-To: header for responses if this header is specified.
   
To Name The message adresse’s name.
   
To Mail The message adresse’s e-mail address.
   
Cc The blind copy (Bc) recipients for the message.
It can be a list of e-mail address comma separated.
For example: first@mail.com,second@mail.com
   
Bcc The blind carbon copy (Bcc) recipients for the message.
It can be a list of e-mail address comma separated.
For example: first@mail.com,second@mail.com
   
Return Receipt The ConfirmReading flag. If this is a not null AND the recipients email program supports
this feature (and it is enabled) the recipients email program will send a notice back to this EmailAddress confirming that this email has been read.
   
Mail Format Select the format of the body (Text format or Html format)
   
Mail Body Charset Set the body Charset
   
Priority Sets the message priority.
   
Open the "Field Window" to get value from the Form Field or from the Recordset Field.
To recognize if the value is from Form Field or from Record Field I add a special tag.
WARNING!! Don't modify my special tag.
In the Field Window you find 2 List Menu:
Form Field Contain the list of the filed of the form you select in the Form List in the Data Panel.
Recordset Field Contain the list of the recordset's filed You define in the Data panel.
After you select a value from one List Menu I add the corresponding value in the Field with a special tag to recognize if the field is from Form or from Recordset.
WARNING!! Don't modify this special tag
   
Set the dynamic value for the field