From: Roy W. <gar...@ya...> - 2021-10-29 14:03:13
|
Not SES but before upgrading to 5.x we sent a lot of mail via SendGrid. Just this: let $sendthemail := httpclient:post( xs:anyURI("https://api.sendgrid.com/v3/mail/send"), sendgrid:get-json($mail), false(), <headers> <header name="authorization" value="xyz"/> <header name="content-type" value="application/json"/> </headers> ) httpclient:post is redundant, now replaced with HTTP Client Module. I've yet to get that working in the same way with 5.x as it raises a CORS error. Regards,Roy On Friday, 29 October 2021, 12:28:25 BST, Nick Sincaglia <nsi...@nu...> wrote: We also use SES. My recollection is that setting up SES in the AWS console and with my domain provider was the hardest part. We wrote a document on the step-by-step process. I am happy to share it with you (and anyone else who might be interested). I just need to remove all of our sensitive information before sending it out. The Xquery code is pretty minimal. I would be happy to send you what I have as well. Let me carve out a little time this weekend and I will get what I have prepared to be sent out. Nick On 10/28/21 6:18 PM, Kevin Brown wrote: We do Len. I will dig out the modules for you direct but not post here because of the keys required. Kevin From: Len Schultz <le...@wi...> Sent: Thursday, October 28, 2021 12:24 PM To: exist-open <exi...@li...> Subject: [Exist-open] Sending mail via Amazon SES Has anyone successfully sent email via Amazon SES via exist-db? I’m sure I could get it working, but if there are any modules that do this already, any pointers would be greatly appreciated. --len _______________________________________________ Exist-open mailing list Exi...@li... https://lists.sourceforge.net/lists/listinfo/exist-open -- Nick Sincaglia President/Founder NueMeta, LLC Digital Media & Technology Phone: +1-630-303-7035 nsi...@nu... http://www.nuemeta.com Skype: nsincaglia _______________________________________________ Exist-open mailing list Exi...@li... https://lists.sourceforge.net/lists/listinfo/exist-open |