Configure Amazon simple email in mendix

0
Hi, is there any documentation or steps available for setting up amazon simple email service for mendix.  
asked
1 answers
0

Amazon SES offers SMTP and an API. So I believe you can use the Email Connector (https://docs.mendix.com/appstore/connectors/email-connector/) or if you want to use the API (https://docs.aws.amazon.com/ses/latest/APIReference/API_SendEmail.html) just use REST actions.

answered