Difference between revisions of "OS4X plugin os4xplugin email templating"
Jump to navigation
Jump to search
(Created page with "Category:Plugins = Purpose = This plugin uses a defined text template as HTML input, replaces all variables and sends an email. = Plugin configuration = File:Bildschir...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
= Purpose = | = Purpose = | ||
− | This plugin uses a defined text template as HTML input, replaces all variables and sends an email. | + | This plugin uses a defined [[OS4X Enterprise text template|text template]] as HTML input, replaces all variables and sends an email. |
= Plugin configuration = | = Plugin configuration = | ||
Line 9: | Line 9: | ||
= Configuration = | = Configuration = | ||
The meaning of the configuration values is as follows: | The meaning of the configuration values is as follows: | ||
− | *Mail template: a selected email template as HTML input, typically with variables. | + | *[[OS4X Enterprise text template|Mail template: a selected email template as HTML input, typically with variables]]. |
*Overridden mail address: dynamically changed TO address for the email. Default: receive job: job recipient; send job: job sender. | *Overridden mail address: dynamically changed TO address for the email. Default: receive job: job recipient; send job: job sender. | ||
*Overridden FROM address of email: if required, the changed sender of the email. | *Overridden FROM address of email: if required, the changed sender of the email. | ||
Line 17: | Line 17: | ||
*Send subject UTF-8 encoded: compatibility switch for special characters, i.e. german umlauts. | *Send subject UTF-8 encoded: compatibility switch for special characters, i.e. german umlauts. | ||
*Debug mailing: activate to receive more debug output in the plugin logs, making it easier to replay problems. | *Debug mailing: activate to receive more debug output in the plugin logs, making it easier to replay problems. | ||
− | *Overridden MTA program: executable of mail sending. Default: "<code>sendmail</code>" (must be resolvable via <code>PATH</code> of the running user). | + | *Overridden MTA program: executable of mail sending. Default: "<code>sendmail</code>" (must be resolvable via <code>PATH</code> of the [[OS4X_Core_configuration#run_OS4X_programs_as_user|running user]]). |
Latest revision as of 09:28, 13 July 2020
Purpose
This plugin uses a defined text template as HTML input, replaces all variables and sends an email.
Plugin configuration
Configuration
The meaning of the configuration values is as follows:
- Mail template: a selected email template as HTML input, typically with variables.
- Overridden mail address: dynamically changed TO address for the email. Default: receive job: job recipient; send job: job sender.
- Overridden FROM address of email: if required, the changed sender of the email.
- Email address CC: additional email recipient(s) in copy (CC). Default: empty.
- Email address BCC: additional email recipient(s) in blind copy (BCC). Default: empty.
- Subject of email: email subject. Default: empty (must be set!)
- Send subject UTF-8 encoded: compatibility switch for special characters, i.e. german umlauts.
- Debug mailing: activate to receive more debug output in the plugin logs, making it easier to replay problems.
- Overridden MTA program: executable of mail sending. Default: "
sendmail
" (must be resolvable viaPATH
of the running user).