Skip to content

Commit 4ddac95

Browse files
committed
Update Litmus preview with latest
1 parent c85aa22 commit 4ddac95

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

readme.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
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.
44

55
[See live preview](http://leemunroe.github.io/responsive-html-email-template/email.html).
66

77
<img src="https://cloud.githubusercontent.com/assets/15963/26765586/c6484a96-4933-11e7-80e0-2f7509d24280.png" alt="Simple HTML Email" width="500">
88

99

10-
## Sending emails using a marketing service like Campaign Monitor or Mailchimp?
10+
## Sending emails directly from your codebase or using a developer service?
1111

12-
Use the template `email.html` as is. They'll put the CSS inline for you when you put together your campaign.
12+
For an API service (like Mailgun) **you need to inline the CSS before sending**. See `email-inlined.html` for an example.
1313

14+
You can use CSS inliner tools like [Responsive CSS Inliner](https://htmlemail.io/inline/) or [Juice](https://github.com/Automattic/juice) to do this automatically.
1415

15-
## Sending emails directly from your app or using a developer service?
16+
* Copy all of email.html
17+
* Paste the HTML as the source into the inliner
18+
* Copy the HTML output and use this as the email template you send
1619

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.
1820

19-
You can use inliner tools like [Responsive CSS Inliner](https://htmlemail.io/inline/) or [Juice](https://github.com/Automattic/juice) to do this automatically.
21+
## Sending emails using a marketing service like Mailchimp?
2022

21-
* Copy all of email.html
22-
* Paste the HTML as the source into Putsmail
23-
* Copy the HTML results and use them in your email template
23+
Use the template `email.html` as is. They'll put the CSS inline for you when you put together your campaign.
2424

2525
## Tried and tested on all major email clients
2626

27-
Tested on mobile, desktop and web.
27+
Tested on mobile, desktop and web.
2828

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

3131

32-
[See the Litmus test results](https://litmus.com/checklist/emails/public/d432046).
32+
[See the Litmus test results](https://litmus.com/checklist/emails/public/cc3e30f).
3333

3434
## More HTML email resources
3535

3636
* [More Responsive HTML Email Templates](http://htmlemail.io)
37-
* [Things I've Learned About Building HTML Emails](http://www.leemunroe.com/building-html-email/)
37+
* [An Introduction To Building And Sending HTML Email For Web Developers](https://www.smashingmagazine.com/2017/01/introduction-building-sending-html-email-for-web-developers/)
3838
* [Grunt Email Design Workflow](https://github.com/leemunroe/grunt-email-design)

0 commit comments

Comments
 (0)