We sent a lot of emails which makes services like Postmark or Mandrill very expensive. Since switching to Amazon SES, the cost has been much lower but the lack of individual email tracking has been a pain (in case a recipient claims they haven't received it or we need to track opens, etc). This UI with an Amazon SES backend would be ideal.
If you’re sending newsletters, you might want to look at Sendy[1] (no affiliation), which sends via SES. 1 https://sendy.co
Postal: Open source mail delivery platform, alternative to Mailgun or Sendgrid
71–80 of 189 posts
Re: Postal: Open source mail delivery platform, alternative to Mailgun or Sendgrid
#72Isn’t part of the reason for using Mailgun, Sendgrid etc that you get to send via IP addresses with good reputation?
Unfortunately, unless you're paying for a dedicated IP address with Mailgun, their sender reputation is mostly quite bad. We are constantly having to request our account to be moved to a new IP due to them landing up in some blacklist.
If you are seeing continuous problems, I'd love to take a look! My email address is on my profile.
Re: Postal: Open source mail delivery platform, alternative to Mailgun or Sendgrid
#73Isn’t part of the reason for using Mailgun, Sendgrid etc that you get to send via IP addresses with good reputation?
From personal experience, if you're not jumping straight from no emails to a million an hour, your mail setup is good (SPF/DKIM/etc), you're not reusing a IP address that was sending spam last week (so be wary sending from cloud servers), and you aren't actually sending spam, then you can send from your own infrastructure just fine.
I gave up and decided screw them, I don't need to talk to anyone with an ATT address, and bounce messages from them with an explanation.
Re: Postal: Open source mail delivery platform, alternative to Mailgun or Sendgrid
#74Isn’t part of the reason for using Mailgun, Sendgrid etc that you get to send via IP addresses with good reputation?
I tried using Sendgrid and was surprised to find out that unless you buy an expensive plan, then: * You get IPs from a shared pool, and the reputation is nowhere near guaranteed. In fact, many of my mails were blackholed or rejected. * The "bad" IPs that were used by someone for spamming are not immediately removed from the pool, so you will encounter them. The net result for me was that Sendgrid is not a solution fo…
I have found their nighttime support team to be terrible though, resulting in 14hrs downtime because they didn't have authority to re-enable my account.
Re: Postal: Open source mail delivery platform, alternative to Mailgun or Sendgrid
#75Do you have a system to prevent trusted users from being given low-reputation ip addresses without them having to pay for a dedicated ip? Something like, "if you don't pay for a dedicated ip, but have been a non-spamming client for a month, we move you to a higher-rep ip address pool"?
Their premium plus plan seems to offer this: https://appmail.io/pricing
Re: Postal: Open source mail delivery platform, alternative to Mailgun or Sendgrid
#76Re: Postal: Open source mail delivery platform, alternative to Mailgun or Sendgrid
#77Earlier quoted context omitted.
I tried using Sendgrid and was surprised to find out that unless you buy an expensive plan, then: * You get IPs from a shared pool, and the reputation is nowhere near guaranteed. In fact, many of my mails were blackholed or rejected. * The "bad" IPs that were used by someone for spamming are not immediately removed from the pool, so you will encounter them. The net result for me was that Sendgrid is not a solution fo…
We really need a better solution to fighting spam. https://github.com/jimktrains/email_ng is an overly complicated idea I had once, but the basic gist is that the receiver could give the sender a signed receiver email address that is for the sender's email address. This way, transactional email (and sure, I guess marketing from your company) would be able to get through and the email given out wouldn't be able to be…
My greatest fear is that Google and Facebook will co-opt email and charge money for companies to get access. Google has already made some progress with this by selling ads in Gmail that look like email while pushing commercial messages in to other inboxes.
This is bad because it penalizes companies with low margins while shifting the advantage to those who are able to squeeze more money out of the users (you can see the effect of this on Google Search, Facebook, and now Amazon. It isn't pretty.)
Re: Postal: Open source mail delivery platform, alternative to Mailgun or Sendgrid
#78Isn’t part of the reason for using Mailgun, Sendgrid etc that you get to send via IP addresses with good reputation?
I think reputation is counted towards your DKIM these days, which also makes the reputation somewhat portable by moving your private key to with you to a new server/ip.
Re: Postal: Open source mail delivery platform, alternative to Mailgun or Sendgrid
#79We sent a lot of emails which makes services like Postmark or Mandrill very expensive. Since switching to Amazon SES, the cost has been much lower but the lack of individual email tracking has been a pain (in case a recipient claims they haven't received it or we need to track opens, etc). This UI with an Amazon SES backend would be ideal.
It's a nice layer who's pricing works if you're sending a lot of emails to the same people over and over again. The entire setup (pricing and interface) is build around individuals sent to and not total email volume.