Send email - simple
This connector is now in Deprecated status. It is no longer available for new users and is not actively maintained. We will provide a minimum six-month notice before its retirement. We recommend upgrading to the newer supported version of this connector.
The Send email (simple) message action provides basic features for sending an email from a Flow.
This message action allows the connector to generate and send a simple email from a Flow.
You can configure the following values for the email:
-
A single email address string value to send the email from.
-
An email addresses string value to send the email to.
-
A subject string value for the email subject.
-
The body of the email, using standard HTML formatting in a content value.
Input values
This message action requires configuration of the following Input values:
| Name | Type | Required or optional? | Description |
|---|---|---|---|
| Body | Content | Optional | The HTML formatted body content of the email. The content of this value is inserted into the body of the generated email. |
| From | String | Required | The email address that the email should be sent from. This value is inserted into the From field of the generated email.For example, 'sender@example.com'. |
| Subject | String | Optional | The subject of the email. This value is inserted into the Subject field of the generated email. |
| To | String | Required | The email address(es) that the email should be sent to. This value is inserted into the To field of the generated email. For example, 'recipient@example.com'. Multiple email addresses can be added, but must be separated with a semi-colon character. For example, 'recipientA@example.com;recipientB@example.com'. |