←back to thread

Postcard is now open source

(www.contraption.co)
122 points philip1209 | 1 comments | | HN request time: 0.212s | source
Show context
nanna ◴[] No.44459230[source]
This looks great but delivery via Amazon SES is a problem. I'm an academic and I tried to set up a work newsletter like this with Listmonk recently, but SES rejected my request to relieve me of sandbox mode for unspecified 'security reasons'. Everything was set up properly, it was under a domain under my personal name, I gave links to my profile page on my university website, ample explanation about what I would do with it (one email ever few months), that I would be the only sender, but they rejected it. So in the end I've opted for a hosted solution... anyone else had similar issues?
replies(5): >>44459246 #>>44459904 #>>44460548 #>>44461170 #>>44461404 #
1. f_devd ◴[] No.44459904[source]
I actually had the same issue getting rejected for SES since I didn't have any reputation or something and ended up re-implementing the SES (and SNS) api for use with a regular IMAP/SMTP server, I intended to clean it up and open-source it but never got to it.