Skip to main content

Send Email

Overview


Send an email over the AWS simple email service.

Input

Connection

NameRequiredDescription
ConnectionAWS Connection.
FromThe email address of the sender.

Recipients

NameRequiredDescription
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.

Email

NameRequiredDescription
SubjectThe subject of the email.
BodyBody shown when the client only supports plain text.
HTML BodyBody shown when the client supports HTML.
Attachments (File paths)(40MB Limit) Comma-separated file paths for files to be attached to the email. The email will be sent in raw email format if there are attachments.

Advanced Options

NameRequiredDescription
Maximum RetriesThe maximum number of retries that this action will attempt when encountering errors.
Initial Backoff Delay (ms)The initial delay between retries in milliseconds. This will increase expenonentially with each retry and is also increased or decreased by a random factor.

Output

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

|Message ID| |Unique identifier generated when the message request is accepted by the AWS simple email service.| |Request ID| |ID that uniquely identifies a request.| |Request Success| |Success status of the HTTP response.| |Status Code| |Status code of the HTTP response.|