How are people sending emails from their self hosted apps? I Thought MailSender would be good but i guess not. Im about to try SendPulse now. Why isnt there a service that doesnt care what you do with your emails as long as you only sending max a few emails a day?
I just setup a gmail account, just gotta turn on legacy smtp
This is the easiest way to do it.
I use mailgun. They give 1000 emails for free monthly which is plenty for me.
Gmail
Same, set up a separate email that I use exclusively for services. Did this as if the app password is hacked, they have access to an account with nothing but notifications.
Started using Purelymail. Easy setup with my multiple domains. Really cheap.
Postfix installed on the server itself. My apps don’t send many emails, why go through the complication and cost of hosting email externally?
Amazon SES. My monthly bills are between 3 and 8 cents per month
I’m noob here, how to setup spam filters while trying to receive emails
First set up spam filters, then send emails. Both at the same time isn’t very convenient.
How did you guys get approved on Amazon SES? My application was instantly rejected when I specified it for outbound emails.
Why isnt there a service that doesnt care what you do with your emails as long as you only sending max a few emails a day?
Because it would be overrun with phishing abuse in a matter of minutes?
Guys, we are on r/selfhosted, and all the top replies are recommending cloud services? The actual fuck. I personally host my own postal server and it works great.
gmail with separate account than primary one
Mailtrap
AWS SES or Hetzner (where my mail id also hosted)
Send grid has no approval process and will give you 100/day for free
Docker Mail Server
All you need is a static IP address, a DNS record, a PTR record, an SPF record, and a DKIM record. See, it’s simple, right?
Gmail with app specific password + Postfix docker container loganmarchione/docker-postfixrelay. I configure gmail in one spot (the container) and everything else connects to that container to relay out. You can easily limit destination email addresses with the container as well, so you don’t have to worry about an app going rogue.
Strato