Send Email
This block sends an email through the SMTP Client feature.
Configuration
- To: recipient email address.
- Subject: subject line of the message.
- Body: plain-text body of the message.
The server address, port, sender address and credentials come from the SMTP Client feature configuration. Only the recipient, subject and body are set on the block itself, so they can be built at runtime from variables.
Connections
- Success: executed when the message has been accepted for delivery.
- Failure: executed when it has been rejected, for example because another send is still in progress or a required field is missing.
Note
Sending is non-blocking: the block hands the message off and the application keeps running. Only one send can be in progress at a time.