Skip to main content

Send email

Send emails from your Grexx application. Before using this system service, please read Send emails. You can download this system service from Grexx Marketplace.

Input

Use a casetype activity to add inputs to the Start send email form.

AttributeData typeMandatory?Description
FromStringNoSender email address. By default, emails are sent from [email protected]. To send emails from a different address, first configure Grexx Platform to send emails from your domain.
From nameStringNoSender display name.
ToString (multivalue)YesRecipient email addresses.
CC recipientString (multivalue)NoCC recipient email address(es).
BCC recipientString (multivalue)NoBCC recipient email address(es).
SubjectStringYesEmail subject.
AttachmentFile (multivalue)NoFile(s) to attach to the email.
HTML-email body textStringNoBody of the email message. Either HTML body or Text body must be provided. To use a saved HTML template, use the template. function.
Text bodyStringNoBody of the email message - plain text option.
Reply toStringNoReply to email address.
SPF Tenant Key(s)String (multivalue)NoSPF tenant key(s) from your DNS record (for multi-tenant environments).
Mail out profileCase IDNoCase ID of the outgoing mail profile. You can use this to send the email via SMTP or SendGrid. We recommend storing the case ID of the outgoing mail profile in an attribute on a page casetype, and then using an inline template to retrieve that value for the current environment using the page. template function.

Output

Outputs are added to the Result send email form when the Send email case is closed.

AttributeData typeMandatoryDescription
Date sentDatetimeNoThe date and time the email was sent.
messageIDStringNo