Advanced mail enables your application to send email messages with one or more file attachments.
You can add files directly from your server and/or you can get the file path from your DB and/or send all the files in a folder.
To add files directly from your server click on the Add File button and select the file you need attach.
To get files path from your DB select the field that contain the path of the file from the combo-box "Add File From Recordset Field".
In this combo-box you find all the recordset's field defined with the Sql you insert in the Data panel.
To send all the files in a specific folder click the button "Browse..." ans select the folder that contain the files.
You can define the Folder to attach file with 2 method:
| Site Relative: |
a Path relative to the Site or to the Document
ex: /MyFolder/
ex: ../../MyFolder
Use the search button to find Your Upload Folder |
| Absolute: |
an Absolute Path
ex: c:\MyFolder\
With this You can get the files outside Your web site. |
|
You can use this 2 method together. |