Live data from Hacker News

Maildog – Hosting email forwarding service on AWS with GitHub Actions

github.com

31–40 of 50 posts

Re: Maildog – Hosting email forwarding service on AWS with GitHub Actions

#34
Very cool! My friends and I built https://m8l.me/ which is very similar and we've been using it for the past year. Instead of forwarding to email address like maildog, m8l.me forwards all emails to your server (or any server) as a POST request. If you don't receive many emails a month you could use the free AWS EC2 instance and store the emails in sqlite, thereby creating unlimited custom email addresses on your domain for free.

Re: Maildog – Hosting email forwarding service on AWS with GitHub Actions

#36
post #12
post #10

Earlier quoted context omitted.

This is great! Thank you. There is also https://forwardemail.net/ which is a different service.

Was just about to post this. I've been using it from the beginning for all of my "pre-launch" domains and it has been flawless.

I also use forwardemail.net and pay for premium. It's fantastic, although I haven't made use of the APIs yet so can't speak to that.

Re: Maildog – Hosting email forwarding service on AWS with GitHub Actions

#40
post #34

Very cool! My friends and I built https://m8l.me/ which is very similar and we've been using it for the past year. Instead of forwarding to email address like maildog, m8l.me forwards all emails to your server (or any server) as a POST request. If you don't receive many emails a month you could use the free AWS EC2 instance and store the emails in sqlite, thereby creating unlimited custom email addresses on your doma…

M8L looks great, nice work! Are you able to give any insight into the architecture? I'm always paranoid when putting free tools online that they're going to suddenly get a wave of users & cost me a ton.
Post reply on HN