Hacker News new | ask | show | jobs
by divbzero 2313 days ago
I find your email setup intriguing. Any chance you could share those scripts in a GitHub repo or gist?
2 comments

I plan to write a post about it. I’ll put it up here when I’m done.
I have this set up couple years ago via this lambda function: https://github.com/arithmetric/aws-lambda-ses-forwarder

It may look outdated, but it still functions well for me

The big difference is my setup doesn’t require another email service. Just 10 lines in a config to spin up an imap server. I was trying avoid the big mail providers when I set this up.