AWS SES Integration

Post Reply
josmani
Posts: 53
Joined: Tue Jun 03, 2003 3:38 am

AWS SES Integration

Post 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
User avatar
John
Site Admin
Posts: 2597
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Re: AWS SES Integration

Post 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.
John Turnbull
Thunderstone Software
Post Reply