top menu gradient

Send Email Via SMTP

Summary

The Send email via SMTP block is used to connect to an SMTP (Simple Mail Transfer Protocol ) server to send emails.

Properties

The following table lists the Send Email Via Smtp block properties and describes input for each property:

Property
Description
From EmailThe sender's email address, for example, mintdata-user@example.com
Sender NameThe sender's username
SMTP User NameThe username to authenticate with the SMTP server
SMTP PasswordThe password for SMTP authentication
SMTP HostThe server name
SMTP PortThe port to use for the SMTP server
To Email Column NameThe name of the column that contains the recipient's email
Subject Column NameThe name of the column that contains the subject of the email
Message Column NameThe name of the column that contains the email message

Sample settings

Property
Value
From Emailmintdata-user@example.com
Sender NameMintdata User
SMTP User Namemintdata-user@example.com
SMTP Passwordsecret
SMTP Hostsmtp.example.com
SMTP Port587
To Email Column Nameto
Subject Column Namesubject
Message Column Namemessage

Sample flow

Contents