Skip to content

Commit f8b4a5b

Browse files
authored
Update readme.md
1 parent 2f6081f commit f8b4a5b

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

readme.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,35 @@
11
# Really Simple Responsive HTML Email Template
22

3-
Sometimes all you want is a really simple responsive HTML email template. Here it is.
3+
Sometimes all you want is a really simple responsive HTML email template. Here it is.
4+
5+
[See live preview](http://leemunroe.github.io/responsive-html-email-template/email.html).
6+
7+
<img src="https://cloud.githubusercontent.com/assets/15963/26765586/c6484a96-4933-11e7-80e0-2f7509d24280.png" alt="Simple HTML Email" width="500">
48

5-
Preview: http://leemunroe.github.io/responsive-html-email-template/email.html
69

710
## Sending emails using a marketing service like Campaign Monitor or Mailchimp?
811

9-
Use the template as is. They'll put the CSS inline for you when you put together your campaign.
12+
Use the template `email.html` as is. They'll put the CSS inline for you when you put together your campaign.
13+
1014

15+
## Sending emails directly from your app or using a developer service?
1116

12-
## Sending emails directly from your app or using a developer service
17+
For an API like [Mailgun](http://www.mailgun.com) **you need to inline the CSS before sending**. See `email-inlined.html` for an example.
1318

14-
For an API like [Mailgun](http://www.mailgun.com) you need to put the CSS inline. You can use inliner tools like [Putsmail](https://putsmail.com/inliner) or [Juice](https://github.com/Automattic/juice) to do this automatically.
19+
You can use inliner tools like [Putsmail](https://putsmail.com/inliner) or [Juice](https://github.com/Automattic/juice) to do this automatically.
1520

1621
* Copy all of email.html
1722
* Paste the HTML as the source into Putsmail
18-
* Copy the HTML results and use them in your email view/template
23+
* Copy the HTML results and use them in your email template
1924

2025
## Tried and tested on all major email clients
2126

2227
Tested on mobile, desktop and web.
2328

24-
![Templates](https://cloud.githubusercontent.com/assets/15963/17391543/bc289abe-59cb-11e6-9946-605a85f8c522.jpg)
29+
![Templates Tested on Email Clients](https://cloud.githubusercontent.com/assets/15963/17391543/bc289abe-59cb-11e6-9946-605a85f8c522.jpg)
2530

2631

27-
[Here are the Litmus test results](https://litmus.com/checklist/emails/public/d432046).
32+
[See the Litmus test results](https://litmus.com/checklist/emails/public/d432046).
2833

2934
## More HTML email resources
3035

0 commit comments

Comments
 (0)