Page 1 of 1

AWS SES Integration

Posted: Wed Feb 02, 2022 4:15 am
by josmani
Hello guys,

We will need to use the AWS SES for SMPT email sending in our system. I was wondering if there is a way of achieving this with Vortex.

Here is a PHP example of the code.
https://docs.aws.amazon.com/ses/latest/ ... cally.html

I would appreciate any help on this.

Best

Re: AWS SES Integration

Posted: Wed Feb 02, 2022 8:40 am
by John
We have typically done that by configuring the mail server to relay through AWS SES and then execing sendmail.

That lets the mail server queue the mail if there are any connectivity problems and retry, as well as keeping the code easily portable if it needs to run somewhere else.

If you need help with your specific mail server you can reach out through through our support email and we may be able to provide configuration assistance.