You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Using the SMTP adapter, e-mails can be sent to a list of recipients. The e-mail parameters can be set statically or dynamically.

For instance, the body of an e-mail can be set by taking the results of other actions (like system messages, error messages, etc.), text data from a file, or data from any other backend system. Other e-mail parameters like the list of recipients may be generated from a database query. Furthermore, e-mails can be sent with attachments that may contain dynamic data.

POP3 Adapter and SMTP Adapter provide basic email receiving and sending. However, these adapters do not offer advanced features such as imap/imaps/smtps support, ssl/starttls encryption or folder access. In scenarios where such advanced features are required, we recommend the use of the JavaMail library.

  • No labels