Sends an email with the specified subject and text, optionally attaching a file from a given path. Use this action to programmatically send emails through the connected mail server.
Parameters
|
Parameter Name
|
Description
|
|
TO
|
User can add multiple TO recipient using comma separated
|
|
CC
|
User can add multiple CC recipient using comma separated
|
|
BCC
|
User can add multiple BCC recipient using comma separated
|
|
Subject
|
The subject line of the email to send.
|
|
Text
|
The plain text body content of the email.
|
|
Attachment File Path
|
The file system path to an attachment file to include with the email.
|