Skip to main content
The email configuration page allows a SysAdmin to quickly configure a deployment to send emails. To access the email settings page, go to the Admin portal > Platform settings > Email.

Modes

Email configuration has 3 modes: SMTP, SES, and Logging.

SMTP

Field NameDescriptionExample
Host NameThe host of the SMTP server.email-smtp.us-west-2.amazonaws.com
PortThe port of the SMTP server.465
UsernameUsername to authenticate against the SMTP server.AKIAIOSFODNN7EXAMPLE
PasswordPassword to authenticate against the SMTP server.wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
Secure Communication ProtocolSMTP Security method.Plaintext, TLS, STARTTLS
SMTP configuration will be synced to the deployment’s Keycloak instance upon saving. This removes the need to log in to Keycloak to update SMTP settings.

SES

Field NameDescriptionExample
AWS RegionOptional override for AWS SES region. The default is us-west-2.us-east-1
Ensure nucleus-dispatcher has access to a policy with the ses:SendRawEmail permission.

Logging

Logs email sending attempts when debug logging is enabled.

Notifications FROM Address

This required field is the email address that will appear in the from field of emails sent from the deployment.