![]() |
The component allows you to send mail messages through any SMTP server provided according to standard SMTP protocol. Access to the component can also be turned on at website basis like all other ASPFusion components. AdvSMTP is much more advanced component for sending mail messages. The component provide following operations.
CC and BCC.
Multiple attachments.
Embedded images (a new feature provided by the component).
Chinese and other languages support and many other features like this.
Along with these basic operations, it provides Upload and UploadAs facility. Upload operation allows uploading single or multiple files at a time form client browser to the server. It also allows resolving the problem of name conflicting through the property NameConflict, its values are Error (default), Skip, OverWrite and MakeUnique. UploadAs operation allows uploading single or multiple files at a time form client browser to the server with specified name. Only few lines of code is all to provide browser based File Upload on your server.
The component send mails in two ways.
Blocking, in which ASP page wait for the response from the component.
Non Blocking, in which component returns control back to ASP page and trigger a service, which is then responsible for sending the mail. The service also logs all information of sent mails.
Method Name | Method Description |
SendMail | Send mail and block ASP page |
SendQMail | Send mail and control is return back to ASP page |
Upload1 Upload2 | Upload file(s) to the given path |
UploadAs1 UploadAs2 | Upload file(s) to the given path with given filename |
Copyright © 2000, Advanced Communications |