https://github.com/railsware/email_templates
https://github.com/railsware/email_templates
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/railsware/email_templates
- Owner: railsware
- Created: 2014-09-03T14:36:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T14:03:57.000Z (over 8 years ago)
- Last Synced: 2025-01-01T21:23:06.634Z (about 1 year ago)
- Language: HTML
- Size: 54.7 KB
- Stars: 2
- Watchers: 53
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Email Template Generator
It’s based on middleman using premailer. It's integrated with mailtrap for sending created email templates.
With its help you can:
- create email templates with different layouts and preview them in a browser;
- use sass when writing css assets. When template is build styles are converted to inline. Styles which can not be inlined (e.g media queries) are left in the style tag.
- send email template to your Mialtrap account and then to any other email client for testing.
Commands:
```
middleman server
middleman build
ruby send_email.rb {mailtrap inbox login} {mailtrap inbox password}
```