Mendix with AWS SES

1
Hi reader,   I have created Template, it is working fine.   But AWS SES send mail only to verified identity. How can I create an identity on AWS SES from mendix (Using java action/APIs)?   Thanks and Regards, Harshraj Singh  
asked
1 answers
0

Consider using Email Connector: https://marketplace.mendix.com/link/component/120739 as Email Template will be deprecated.

 

The module supports SMTP. Here you can find how to configure AWS SES to support it.
https://docs.aws.amazon.com/ses/latest/dg/send-email-smtp.html

 

For local testing of the mail, I use a free SMTP server Papercut. https://github.com/ChangemakerStudios/Papercut-SMTP

 

If you setup Email Connector for Papercut, just fill in user-id and password randomly, the frontend needs it, but Papercut ignores it.

Go Make IT

 

answered