Jump to navigation
Jump to search
Summary
Constructs and formats an email message with support for plain text, HTML, or multipart content.
Description
The **E-Mail** component creates an email object that can be sent through an SMTP client. It supports multiple recipients, carbon copy (CC), blind carbon copy (BCC), and customizable sender information. The message body can be configured as plain text, HTML, or multipart (containing both plain text and HTML) for compatibility with different mail clients.
Diagram:
Properties
- BCC – List of BCC recipients (blind carbon copy).
- CC – List of CC recipients (carbon copy).
- From – Sender information.
- Address – Sender email address.
- Name – Sender display name.
- Message – Type of message content.
- Text Message – Simple plain text email.
- Text – Message body text.
- HTML Message – HTML formatted email.
- Text – Message body as HTML.
- Multipart Message (Text/HTML) – Combined plain text and HTML email.
- Boundary – Separator for multipart sections.
- HTMLText – HTML formatted message body.
- Plain Text – Plain text version of the message body.
- Text Message – Simple plain text email.
- Subject – Subject line of the email.
- To – List of primary recipients.
Pins
Input Pins
- Clock – Trigger to finalize or send the message.
Output Pins
- Message – The constructed email message object ready for transmission.