HACKER Q&A
📣 harrid

Is there any mail-by-API provider for personal use?


I remember using mailgun a decade ago or so. But every single site I check now requires me to enter a company name or work mail address (no Gmail etc). So where to go when I want to send some simple alert mails to myself when something in my scripts goes wrong?


  👤 blamarvt Accepted Answer ✓
Isn’t SMTP an API? Why would you pay or complicate things when you can just send email with libraries available in every language?

👤 LinuxBender

👤 byoung2
Why not just use the Gmail API? https://developers.google.com/gmail/api/guides

👤 KomoD
> But every single site I check now requires me to enter a company name or work mail address (no Gmail etc).

Which have you checked?


👤 AlexITC
AWS SES works nicely and the costs for personal usage will likely be close to 0.

👤 mcwhy
3,000 emails are included in oracle free tier

👤 shaunpud
smtp2go