FuzzyMail is a simple tool for generating email templates. Supporting old email clients while maintaining responsiveness. Fuzzymail is supported on over 60+ email clients.
// Step 1: Create a directory for the new email template and from there run FuzzyMail to generate the file structure *
$ npx fuzzymail
// Step 2: Write your email template
$ npm run dev
// Step 3: Generate distribution files & send your email
$ npm run prod
🚀
// * Step 1 and 2 are part of the installation process.