Earlier quoted context omitted.
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.
Interesting. I have never seen those issues, and have been using MG for quite a few years, for many clients.
Postal: Open source mail delivery platform, alternative to Mailgun or Sendgrid
31–40 of 189 posts
Re: Postal: Open source mail delivery platform, alternative to Mailgun or Sendgrid
#32Earlier quoted context omitted.
For me, it's more the support you get from using third party APIs. It's nice to break away from companies to a certain extent, but if you need help/support you only have yourself to fix the issue. If you go with a third party and something happens, you can go to them for a solution.
And if the third party service goes down, you're SOL -- there's nothing you can do to fix the issue, and it's your users who are suffering. What's your answer when a customer says "my emails aren't getting through, please fix it" and you...can't?
Of course, if it's that important, then you'd be foolish to not have invested in a better solution, or to not have a proper SLA with a third party.
Re: Postal: Open source mail delivery platform, alternative to Mailgun or Sendgrid
#33I suppose this is more like a open source alternative to PowerMTA? How would you compare them?
Re: Postal: Open source mail delivery platform, alternative to Mailgun or Sendgrid
#34Not usable without a proper license.
Re: Postal: Open source mail delivery platform, alternative to Mailgun or Sendgrid
#35This project fails to answer the question 'Why?'.
Re: Postal: Open source mail delivery platform, alternative to Mailgun or Sendgrid
#36We 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.
(Disclaimer: Developer of mailspice)
Re: Postal: Open source mail delivery platform, alternative to Mailgun or Sendgrid
#37Earlier quoted context omitted.
That's just begging the question. What's the advantage of running on your own servers vs using SendGrid?
Fair. To a certain mindset, "self-hosted" is its own advantage -- but to pick a couple of advantages out of thin air: + Free: I can run Postal on my own hardware, with no usage limits or costs other than the VPS or AWS costs (which I'm paying anyway) + Independent: I'm not relying on a third-party to provide core features. If SendGrid goes down there's nothing I can do about it + Private: Maybe I don't want to hand o…
> Free: I can run Postal on my own hardware, with no usage limits or costs other than the VPS or AWS costs.
So is postfix.
> Independent: I'm not relying on a third-party to provide core features.
What features? This is the crux of the question. What do you actually need that justifies having to maintain a web application?
> Private: Maybe I don't want to hand over a list of my user's email addresses to SendGrid.
Again... so is Postfix.
Re: Postal: Open source mail delivery platform, alternative to Mailgun or Sendgrid
#38We 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.
Be careful with some of the alternatives and be sure to read their source code with an empty stomach.
Re: Postal: Open source mail delivery platform, alternative to Mailgun or Sendgrid
#39We 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
Re: Postal: Open source mail delivery platform, alternative to Mailgun or Sendgrid
#40Isn’t part of the reason for using Mailgun, Sendgrid etc that you get to send via IP addresses with good reputation?
* 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 for my transactional E-mail, because of the high risk of my E-mails getting blackholed/rejected. I use it for newsletters/marketing only.