Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.
Parameter List
Syntax
SEND_EMAIL(from, to,
[subject]
, [content]
, [bcc]
, [reply_to]
)from
The from parameter is added as the reply-to for the recipient. For example: "john@doe.com". All emails are sent via no-reply@rows-mail.com.
to
One or more email addresses to send the email to. For example: "jim@doe.com" or "jim@doe.com, jane@doe.com".
[optional] subject
Subject of the email. For example: "New no-code tool!".
[optional] content
The content to send, in HTML. For example: "Spreadsheets are <b>awesome</b>".
[optional] bcc
One or more email addresses to send a blind carbon copy to. For example: "tim@doe.com" or "tim@doe.com, tammy@doe.com".
[optional] reply_to
Email address to which the recipient may reply to. For example: "john@doe.com".