Using custom email

In addition to the currently supported CMF as email solution, you can also create your own email solution.

Additional information:

To use your own email solution, you must create a library and specify it as custom email solution library in the Parameters (ttrpi2100s000) session. In the library, specify these functions, which are run by the Document Distribution Engine:

  • init.mail.message
  • set.mail.sender
  • add.mail.recipient
  • set.mail.subject
  • set.mail.body
  • add.mail.attachment
  • send.mail.message
  • cancel.mail.message

For the syntax of these functions, see Custom email solution.