Skip to content

Send email

Plugin ID: action_send_email_action

Fields

Recipient email address — config key: recipient

You may also use tokens: [node:author:mail], [comment:author:mail], etc. Separate recipients with a comma.

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

Subject — config key: subject

The subject of the message.

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

Message — config key: message

The message that should be sent. You may include placeholders like [node:title], [user:account-name], [user:display-name] and [comment:body] to represent data that will be different each time message is sent. Not all placeholders will be available in all contexts.

Type: textarea · Required: no · Default: empty string

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