Send Email Block

Email block is used to send an email from the endpoint.

NOTE: You need to setup SMTP server to start sending emails.

# How to setup SMTP server.

  1. Click on gear icon at the bottom of sidebar to go to Project Settings.
  2. Select SMTP server under project settings.
  3. Enter details like email, password, mail server host and port.
  4. Select save to configure mail server.

# How to create a Send Email Block

  1. Drag "Send Email" block under "Misc. Blocks" in block picker.
  2. Enter the email of recipient in the "To" field. You can also use variables in this field.
  3. Enter an email subject in the subject field.
  4. Enter text in the body field.
  5. Click on Save to create the block.