Skip to content

Latest commit

Β 

History

History
27 lines (18 loc) Β· 823 Bytes

send-emails.md

File metadata and controls

27 lines (18 loc) Β· 823 Bytes
description
Send emails from a Jet app

πŸ“§ Send Emails

Jet Email allows you to send emails via Action or Workflow/Automations. All emails will be sent through [email protected] (unless you have set up a custom From email address in App Settings).

Use the following guide to set up emails, and specify the next operation:

  1. Choose operation -> App built-ins
  2. Action -> Send email

3. Specify inputs:

  • to – receiver email (allows only email's format)
  • subject – text field to specify the email subject
  • text – text field without markups
  • text (HTML) – text field with markups

{% hint style="info" %} The maximum limit number of emails to be sent is 10 emails per 1 minute. {% endhint %}