Does Decisions Support Sending Emails via AWS SES API/SDK or Only SMTP? (Kubernetes/EKS Deployment)
Hello,
We plan to use AWS SES for sending emails. Is it possible to send emails from Decisions using the AWS SES API/SDK, or does Decisions only support sending emails via SMTP? If only SMTP is supported, what’s the recommended way to configure this?
Comments
-
Hello,
Decisions does not natively support sending emails through the AWS SES API or SDK. Only SMTP-based email sending is supported.
To use AWS SES with Decisions, configure SES as an SMTP server and enter the provided SMTP credentials in your Decisions SMTP settings. This will allow Decisions to send emails through SES using SMTP.
https://documentation.decisions.com/docs/modifying-application-servers-smtp-settings
https://documentation.decisions.com/docs/email-and-smtp-in-decisions
Hope this helps!