We Value Your Privacy
We use cookies to enhance your browsing experience and analyze our traffic. By clicking "Accept All", you consent to our use of cookies.
Published on: 19 May 19:31
They say a sufficiently large business will implement its own accounting software at some point. This is exactly the same sentiment with our clients and their applications.
Products that started life with a hard-coded landing page eventually grow up (if they survive) to need a CMS (we solved that in version 0.1). After being able to edit content and add new pages on a whim, the next request is some sort of mass email solution (for marketing purposes).
Right now, when our clients need to send promotional emails they have two options:
I strongly discourage the second option (for obvious reasons) but at a certain point promotional email services get expensive (compared to something like AWS SES or even Mailgun) and are limited to noreply email addresses.
The second point, is a big concern for savvy clients who want their customers to feel special and connected with the brand.
What if we could build a generic email service, that could:
So I go cracking, and spent the last 3 or so weeks learning a lot of stuff related to parsing emails, setting up the DNS, handling attachments and the like
Email clients are ridiculously complicated. The current email client implementation in
violet_rails
consists of a lightly customized ActionText, ActionMailer based module that is connected to Mailgun.
Basic usability is good and test coverage is adequate so its a very good starting point for some custom features.
It supports:
violet_rails
is a code-first platform. Every feature we (well I, so far) ship can be the foundation of something remarkable (if you put enough effort into it). And as cliched as it sounds, thats just what this platform is.
Sure, I'd love to have an amazingly well polished base template that is usable to create landing pages, marketing campaigns and all the rest of the things you need to do when you are looking to test the waters with a new product.
For me, thus far the motivation for this project has been from how good I can make it as a starting point -- and as for where it goes, that is upto whoever deploys or forks it for their own purposes.
So, dear reader-- Fork the project, and hack on top of it! I'd love to know your thoughts on how we can improve violet_rails
Reach out to us from our website or check out the official forum!