SEND_EMAIL

Send up to 20 emails/hour using Rows.

icon of EmailEmail
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
SEND_EMAIL(fromto
[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".

Examples

SEND_EMAIL("from@email.com", "him@email.com, and@email.com, her@email.com", "Alert!", "Your email arrived!", "bcc@email.com", "reply-to@email.com") returns Sends email via Rows service.