- ⌂ io_comand_email
- Classes
- Configurations
- Content Types
COMAND Email
io_comand_email
Package that provides convenience methods to send emails from a webCOMAND server, including plaintext and/or HTML emails with attachments and cObject field names and values (including files and images as attachments). The main methods of interest are:
- mail::mail() - static method to quickly send a simple plaintext email.
- mail::mail_object() - static method to easily send a cObject (e.g. a form submission).
- mail::send() - send more complex emails constructed using the mail class.
In addition, Email Templates and Email Queues can be used for more complex use cases, including mass emails, email lists and more.
Classes
- mail - Class to construct and send emails that may include HTML, attachments and formatted field names and values (including files and images as attachments) for a cObject.
Content Types
- Email - Represents the raw source of an email and fields that contain the decoded values from the source, which can be efficiently queried.
- Email Address - Email address and optional name.
- Email Status - Used to describe the status of an email, such as Unsent, Sent, Received or Read.
- Email Template - An email with placeholder text to be used to systematically send out emails that follow a pattern/template.