AdvSMTP Example Code

The component allows you to send mail messages through any SMTP server provided according to standard SMTP protocol. AdvSMTP is much more advanced component for sending mail messages. The component provide following operations.

  1. CC and BCC.

  2. Multiple attachments.

  3. Embedded images (a new feature provided by the component).

  4. Chinese and other languages support and many other features like this.

The component send mails in two ways.

  1. Blocking, in which CF page wait for the response from the component.

  2. Non Blocking, in which component returns control back to CF 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 CF page
SendQMail Send mail and control is return back to CF page

Back

Copyright © 2000, Advanced Communications