07-14-2022 11:00 AM
Hi, We have followed https://doc.nuxeo.com/nxdoc/set-up-email-notification/ to enable Email Notification for Nuxeo events through below configuration inside nuxeo.conf. We are using Amazon Simple Email Service (SES) as SMTP service.
nuxeo.notification.eMailSubjectPrefix="[Nuxeo]"
mail.transport.host=<Amazon SES Host>
mail.transport.port=465
mail.transport.auth=true
mail.transport.user=<SES Username>
mail.transport.password=<SES Password>
mail.debug=true
mail.smtp.ssl.enable=true
mail.transport.protocol=smtp
but, it is not working for us, we are getting below exception.
WARN [Nuxeo-Work-common-2:8155057003091.958468970] [org.nuxeo.ecm.platform.ec.notification.NotificationEventListener] Failed to send notification email to 'devnull@nuxeo.com': javax.mail.MessagingException: Could not connect to SMTP host: <Host>, port: 587
Is there any additional settings required for this ? Appreciating your help.
Thanks. Vinit Shah
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.