Responsive-html-email-template
제품 정보
오픈소스 사용 사례
공개 채팅
지원 계획
현재 사용할 수 있는 OSS 플랜이 없습니다.
저장소의 제공자 또는 기여자인 경우 OSS 플랜 추가를 시작할 수 있습니다.
OSS 플랜 추가이 오픈소스에 대한 플랜을 찾고 있다면 저희에게 문의해 주세요.
전문 공급자와 연락하실 수 있도록 도와드리겠습니다.
제품 세부 정보
Free Responsive HTML Email Template
Sometimes all you want is a really simple responsive HTML email template with a clear call-to-action button. Here it is.
Inline your CSS before sending
Email is notorious for inconsistent CSS support. Therefore you should always inline your CSS and send a test to yourself before sending.
Sending emails directly from your codebase or using a developer service?
For an API service (like Mailgun, SendGrid, Postmark) you need to inline the CSS before sending. See email-inlined.html
for an example.
You can use this Email CSS Inliner and then send a test email to yourself to verify it works as expected.
- Copy all of email.html
- Paste the HTML as the source into the inliner
- Copy the HTML output and use this as the email template you send
Sending emails using a marketing service like Mailchimp?
Use the template email.html
as is. They'll put the CSS inline for you when you put together your campaign.
Images in email
When inserting images remember to include the following attributes or risk them breaking in different clients:
src
alt
width
height
border
Example:
<img src="https://absolute-path-to-image.jpg" alt="Useful alt text" width="500" height="300" border="0" style="border:0; outline:none; text-decoration:none; display:block;">
Tried and tested on all major email clients
Tested on mobile, desktop and web.
More HTML email resources
- 10 Premium HTML Email Templates for Developers
- Free Figma Email Template Design System
- An Introduction To Building And Sending HTML Email
- Grunt Email Design Workflow
- Everything Web Developers Need To Know About Transactional Email
- Manage and Send Email Templates To Yourself
- Accessible Email Evaluation Tool
This free template is part of a pack of responsive email templates for developers and startups available on HTML Email.