├── README.markdown ├── contributors.txt ├── email.html ├── email_commentsremoved.html ├── email_lite.html └── email_min.html /README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpowell/Email-Boilerplate/HEAD/README.markdown -------------------------------------------------------------------------------- /contributors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpowell/Email-Boilerplate/HEAD/contributors.txt -------------------------------------------------------------------------------- /email.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpowell/Email-Boilerplate/HEAD/email.html -------------------------------------------------------------------------------- /email_commentsremoved.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpowell/Email-Boilerplate/HEAD/email_commentsremoved.html -------------------------------------------------------------------------------- /email_lite.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpowell/Email-Boilerplate/HEAD/email_lite.html -------------------------------------------------------------------------------- /email_min.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpowell/Email-Boilerplate/HEAD/email_min.html --------------------------------------------------------------------------------