Journey Manager (JM) The transaction engine for the platform. | System Manager / DevOps | All versions This feature is related to all versions.
Manager requires you to configure an SMTP server before you can start sending queued emails notification emails. The SMTP server can be a local one included with the installer or an external one, such as Amazon Simple Email Service (SES)Amazon Simple Email Service (SES) is a pay-per-use service that allows you to build in email functionality into an application that you are running on AWS..
To configure the SMTP server:
email-smtp.my-domain.amazonaws.com
.1234
.
The port 465 is used for encrypted SMTP.
The port 25 is blocked in AWS by default. If you must use it, please contact out Support Team.
[email protected]
.mail.smtp.starttls.enable=true
property.
TLS version depends on a 3-rd party library used by Manager as well as recipient’s mail server’s capability. Check that the SMTP server supports TLS before enabling this setting, otherwise emails won't be delivered and you’ll receive an error.
mail.smtp.ssl.checkserveridentity=true
property.[email protected]
.Next, learn how to view the email queue.