HACKER Q&A
📣 woofcat

Does anyone have a SMTP service for not sending bulk email?


I have a few projects where I want to send email from an Application. These are mainly demo servers for showing things off to clients. When the customer buys the software they hook it up to their Exchange/Office365/Mail infrastructure.

Right now I'm using postmark, with my own domain but I feel my use case isn't geared to their market. Their minimum plan is 10,000 emails a month. I'd need less than 1,000 emails a month.

Does anyone know of a SMTP provided that would a good fit.

Requirements

- Send from my own domain

- SMTP server available over TLS, not sending email via a API call.

- Transactional Emails are all I'm sending.


  👤 nikkitha21 Accepted Answer ✓
You can give "ZeptoMail" from Zoho, a try. Its a platform dedicated to sending application/transactional emails. The platform doesn't allow bulk or marketing email sending. There are no monthly subscriptions for ZeptoMail. You can simply buy email credits when you need them and these credits will be valid for 6 months. It would tick all your requirements.

You can check it out - www.zoho.com/zeptomail


👤 ac2u
I personally use my gmail account for personal scripts where I send cronjob results back to myself via SMTP.

You can create an "application password" in your google account settings that separate from your main password. However, the granularity of permissions isn't great in that you can scope it to gmail, but not make it a "send only, not read email" password.

I'd caution against outgoing emails going to many other places other than back to your own email though. You don't want your personal email or domain taking an authoritative hit on spam filter.s


👤 PaulHoule
I like Amazon SES.