- Notifications
You must be signed in to change notification settings - Fork2
VMail - check the markup (HTML, CSS) of HTML email template compatibility with email clients
License
le0pard/vmail
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Email clients use different rendering standards. This is why your email can be displayed not as you designed it. You need to check that your message code won't cause rendering issues.
Vmail (Validate Email) check the markup (HTML, CSS) of HTML email template content in search of problematic elements. For each it finds, it displays the list of email clients that lack support for it or support it only partially.
VMail collect the data on support for particular HTML & CSS rules fromCaniemail.com
To start it in development mode, you need install ruby, node.js, golang and run in terminal:
$ bundle# get all ruby deps$ yarn# get all node.js deps$ bundleexec rake wasm:parser# build wasm parser module$ bundleexec rake wasm:inliner# build wasm inliner module$ yarn dev# start server on 3000 port
$ bundleexec rake wasm:parser# build wasm parser module$ bundleexec rake wasm:inliner# build wasm inliner module
yarn prettier --write --plugin-search-dir=. ./src/components/*
$cd wasm_parser/parser$ gotest -benchmem -bench=.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
About
VMail - check the markup (HTML, CSS) of HTML email template compatibility with email clients