Skip to main content

Send email via custom SMTP

Simple Mail Transfer Protocol (SMTP) is a standard for sending, receiving, and relaying email messages between senders and recipients. When you use this system service to send emails from your Grexx application, the email is sent via the SMTP server. This means that you can send emails from your own domain without having to update your DNS record, as you do when using the Send email system service.

You can download the Send email via custom SMTP system service from Grexx Marketplace.

Input

Use a casetype activity to add inputs to the Start Systemservice SMTP ESS form.

AttributeData typeMandatory?Description
SMTP settings:
HostnameStringYesThe hostname or IP address to connect to.
PortIntegerYesThe port to connect to.
SecureBooleanYes
TLSBooleanNoIf true, the connection will use TLS when connecting to the server.
Authentication userStringNoUser name for connecting to the SMTP server.
Authentication passwordStringNoPassword for connecting to the SMTP server.
Mail settings:
ToString (multivalue)YesRecipient email addresses.
CCString (multivalue)NoCC recipient email addresses.
BCCString (multivalue)NoBCC recipient email addresses.
SubjectStringNoEmail subject.
From (address)StringYesSender email address.
From (name)StringNoSender display name.
Reply toStringNoReply to email address.
Unsubscribe (URL)StringNoEmail header that allows email recipients to "opt out" of receiving emails.
Unsubscribe (Comment)StringNo
Additional headersJSONNoAdditional headers to include in the email.
AttachmentsFile (multivalue)NoFiles to attach to the email.
TextStringNoBody of the email message - plain text option.
HTMLStringNoBody of the email message. Either HTML body or text body must be provided.

Output

Outputs are added to the Result Systemservice SMTP ESS form when the Send email via custom SMTP (ESS) case is closed.

AttributeData typeMandatory?Description
EnvelopeJSONNoAn object with the following address params that behave just like regular mail options.
Recipients accepted by SMTP serverString (multivalue)NoRecipient addresses that were accepted by the server.
Recipients rejected by SMTP serverString (multivalue)NoRecipient addresses that were rejected by the server.
ServerStringNoThe last SMTP result from the server.