Mailgun is about to become expensive (given their recently announced changes to their pricing). Any good sized newsletter would have 10k+ subs, sending an email once a week takes you definitely out of Mailgun’s new free tier (offering only 650 emails/month). MailGun is ending their free tier March 1st. Does anyone have good alternatives?
Are alternative “bulk” email sender integrations in the works, Ghost team?
Hey Kevin! I know the tryGhost githubs’ issue tracking state that it is ONLY for bug reports… Are there any way to request or vote for a feature to be implemented? It would be extremely useful to allow people to use custom mail servers to send emails instead of relying on 3rd party provider, who just like in this case have unreliable pricing. (never marry a 3rd party service provider if you can avoid it).
There are a ton of free and easy to use mail servers and it is about as easy setting up as mailgun is.
I have been digging a bit in the source code, and I don’t see why ghost/core/server/services/mail/GhostMailer.js shouldn’t be able to do all the mail sending if configured properly
I tried modifying nginx a bit but nothing seemed to work and I don’t want to mess anything up.
Yet again, @vikaspotluri123 to the rescue!
Hopefully, this helps someone one day. The issue was that ghost/config had my domain without the www. Everything is working flawlessly now!
Ghost newsletter functionality depends on Mailgun. This will not change for the forseeable future. It has nothing to do with restrictions. You cannot just send bulk email newsletters with SMTP. That is not how email newsletters work.