Send an email

This action will send an email from your Gmail account.

Email sent by Logic Sheet

To (required)

The recipient(s) of the email. It should be the email address or email addresses that will receive this email. You can set up multiple email addresses separated by a comma in this field.

Multiple fixed emails

email1@example.com, mail2@example.com

Multiple emails using merge tag

Suppose that the value in cell B5 and F4 are email addresses, you can do this for the recipients:

email@example.com, {{range B5}}

OR

{{range B5}}, {{range F4}}

Subject (required)

The subject of the email.

Email body (required)

The email content.

Optional fields

You can optionally fill in these fields.

  • Sender name: The name that will be shown in the receiver's inbox as the sender name.

  • CC: A list of email addresses that this email will copy to.

  • BCC: A list of email addresses that this email will blind carbon copy to.

  • Reply to: An email address to use as the default reply-to address (default: the user's email address).

Last updated