Ghosler

I recently started exploring NodeJs then some platforms for blogging and stuff. Found Ghost to be simple, efficient and light-weight compared to WordPress.

But there was an issue, see I found the newsletter feature very good and very intrigued to use it but Ghost has hardcoded Mailgun integration for sending newsletter to users via emails. Its okay but the pricing is not. There are a lot of posts on their support forum about this but the team is pretty adamant on using Mailgun only for the foreseeable future. They claim there are no ties between the companies while some users had some other speculations.

Anyway, since I wanted to use the newsletter thingy to explore I had to build a solution of my own (thanks to Ghost supporting integrations) which worked as expected. I mean there were a few limitations, but anyway gets the main job done. Its key features are:
1. Send email using your email credentials.
2. Use multiple emails to split userbase & send newsletter.
3. Emails delivery & email opens.

Incase you are planning to move to Ghost & intend to start a newsletter, you can try this project of my, its completely open sourced: https://github.com/ItzNotABug/ghosler.


Leave a Reply

Your email address will not be published. Required fields are marked *