Outline Mail
Outline Mail is a HTML email boilerplate, created by Matt Harris
Full Documentation
View full documentation at: http://outline-mail.surge.sh/get-started.html
Dependencies
Node.js
Quick Start
- Clone the repository
[sudo] git clone [email protected]:matt-harris/outline-mail.git
- Install depedencies using NPM
npm install
- Run Gulp's default task
gulp
Features - Included Gulp Tasks
- Image minification
- Any images put in
templates/img/
with .gif, .jpg and .png extensions will be optimized and placed indist/img/
.
- Any images put in
- Browser Sync
- Allows your browser to live reload when making changes.
- Gulp Mailgun
- When edited with your API key and credentials, this task will send your compiled emails to the specified email account.
- Browser Sync
- Allows your browser to live reload when making changes.
Updates
Keep track of updates by following @matty_h on Twitter.
License
Outline is free to use under the MIT License.
Copyright Matt Harris