SEND_GMAIL

Send an email using your Gmail account. You can use HTML formatting in the content of your email.

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

Parameter List

Syntax
SEND_GMAIL(to
[subject]
[content]
[bcc]
[reply_to]
)
to

One or more email addresses. For example: "john@doe.com" or "john@doe.com, jane@doe.com, sam@doe.com".

[optional] subject

Subject of the email. For example: "You have to try this app!".

[optional] content

The body content to send. Supports HTML formatting. For example: "This new product will <b>supercharge<b> your lead generation.".

[optional] bcc

One or more email addresses to send a blind carbon copy. For example: "john@doe.com" or "john@doe.com, jane@doe.com, sam@doe.com".

[optional] reply_to

Email address to which the recipient can reply to.

Examples

SEND_GMAIL("jim@email.com, jane@email.com", "Alert!", "Your <b>email</b> arrived!", "bcc@email.com", "reply-to@email.com") returns sends an email Jim and Jane.