Advanced Mail
Version 2.4.6  how it workHelp and tutorialsDownload DemoVersion revisionAdd to cart
 How does it work - Files Panel
Server Panel
Data Panel
Mail Panel
Body Panel
Register Panel
Upload Panel
Images Panel
Files Panel
Replace Panel
Price: 40,00 €
Usd. 54,33
Currency conversion according with PayPal
Flash Tutorials
   

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 3 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.
Dynamic: a dynamic path
ex: server.MapPath("../MyFolder" & Session(User))
In this case You must enter all the ASP code to define Your Path
You can make the folder name by including other form fields! For each field you use UploadFormRequest instead of Request.Form

You can use this 2 method together.