OS4X plugin os4xplugin email files template

From OS4X
Revision as of 08:56, 29 June 2026 by Admin (talk | contribs) (Created page with "Category:Plugins = Purpose = This plugin uses a defined text template as HTML input, replaces all variables and sends an email with all f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

This plugin uses a defined text template as HTML input, replaces all variables and sends an email with all files of the job attached to the email.

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 via PATH of the running user).
  • Additional email header: Any additional headers for the email. It is your responsibility to be syntactically correct (no empty lines, key-value pairs must match etc.).