Send Email


Stuff You Need to Know

This component sends an email using SMTP.

How to Configure

Component-specific settings:
  • from (field) - This field is required. Enter the email address that will be identified as the sender. The format is: ["My Name" <my@email.com>]
  • to (field) - This field is required. Enter the email address of the intended recipient of this email. This is email address only.
  • subject (field) - This field is required. Enter the subject of the email. This can utilize data from the previous component.
  • body (field) - This field is required. Enter the body for the email. HTML is supported. If plain text is required, enter only plain text. This can utilize data from the previous component.
  • SMTP server information
    • host: Enter the URL or IP address of the SMTP server.
    • port: Enter the correct port for the SMTP server. Common port numbers include 25, 465, 587, and 2525.
    • username: Enter the SMTP username or email address.
    • password: Enter the password for the SMTP username.

Standard settings:

Click here to view information on standard settings.


What Happens Next

In the *Subject* and *Body* fields, you can retrieve data from the previous component. The Console tab of that component displays the json response. To use that response data, enter {msg.<your json path here>}.

Want More Info?

Read more here.