Skip to content

Send email with formatted text

Plugin ID: mail_action:formatted

Fields

Recipient email address — config key: recipient

Separate multiple recipients with a comma. Tokens are supported.

Type: textfield · Required: yes · Default: empty string

Subject — config key: subject

Type: textfield · Required: yes · Default: empty string

Message — config key: message

Type: text_format · Required: yes · Default: empty string

Further processing of the message contents — config key: processing

You may choose either no further processing, enable Token replacement or use the Twig templating language.

Type: select · Required: no · Default: _none

Allowed values: _none, token, twig

Replace tokens — config key: replace_tokens

When enabled, tokens will be replaced before executing the action. Please note: Actions might already take care of replacing tokens on their own. Therefore, use this option only with care and when it makes sense.

Type: checkbox · Required: no · Default: false