Skip to main content

Send Email

Overview


Sends an email to the specified recipient using SMTP.

Input

Connection

NameRequiredDescription
ConnectionSMTP Connection.
FromThe email address of the sender.

Recipients

NameRequiredDescription
Use Email StringsUse semicolon separated string of recipient email addresses.
ToSemicolon separated string of recipient email addresses.
CcSemicolon separated string of carbon copy recipient email addresses.
BccSemicolon separated string of blind carbon copy recipient email addresses.
To (list)Email addresses of the recipients.
Cc (list)Email addresses of the carbon copy recipients.
Bcc (list)Email addresses of the blind carbon copy recipients.

Email

NameRequiredDescription
SubjectThe subject of the email.
BodyThe body to be sent in the email.
Is HTMLSet this to true if the body is HTML.
Attachments (File paths)The file paths for files to be attached to the email (comma-separated).

Output

NameRequiredDescription
Action SuccessTrue if the action passed, false if it failed.