Wondering what sort of packages everyone is using to manage Email.
I’ve been using lookback/meteor-emails
Which provides features like:
- Server side rendering with the Meteor SSR package. Use Blaze features and helpers like on the client.
- CSS inlining with Juice. No extra build step.
-
SCSS support using
node-sass
(opt-in). - Preview and debug emails in development mode in your browser when developing.
- Layouts for re-using markup.
- Auto Plain-text automatically creates a plain text version from your HTML template for lower spam score.
But this package is no longer supported, and I was wondering if there is a better way to do this now.