Through permission-based email marketing, not only can the cost of marketing and promotion be greatly reduced, but information can also be delivered directly and accurately to customers. The question I am studying today is how to start from the technical aspect and make an excellent email that is compatible with both user vision and mail clients. 1. Choose HTML or Plain Text For confirmation/reminder/notification emails, it is recommended to use text or simple HTML (picture). Why do we use different production methods for these two different types of emails? This is based on the following reasons: 2. Basic HTML skills based on table layout + CSS <br />There are two kinds of Kung Fu, one is extremely yang and extremely hard, the other is extremely yin and extremely soft. The reason why Zhang Sanfeng reached the pinnacle is because he had a good foundation in martial arts and solid basic Shaolin skills, which enabled him to realize this Tai Chi which is both extremely yin and extremely yang. In order to ensure that all users using different clients see the same email, you need to have a very good grasp of the basic skills of HTML. Some people say DIV+CSS, some people say it is SEO tag semantics. It is undeniable that as a web developer, it would be very popular to have these two popular HTML development ideas. However, this does not apply to email production. Our goal is to allow customers to see the same information content in different email clients, which requires the most primitive typesetting method: table layout + CSS. Let's take a look at the current email client support for HTML and CSS (picture): 3. When making HTML emails, you should pay attention to the following points:
4. The width of the email, 650px? Or 600px? *NetEase 163 mailbox As can be seen from the figure, emails are often not displayed in full screen. So, what is the optimal width for HTML emails? Let's first refer to the widths used by several well-known companies when making HTML emails: NetEase Youdao: 600px QQ member: 650px Dell Home & Office: 650px Cisco Webex: 600px It can be seen that the marketing emails of these well-known IT companies have two widths: 600px and 650px. |
<<: Website design should pay attention to the sense of color hierarchy
>>: CSS3 analysis of the steps for making Douyin LOGO
Using the clear property to clear floats is a comm...
When we edit a layout, we usually use horizontal ...
In the previous article, after configuring the we...
Preface The docker image cannot be deleted. Check...
This article example shares the specific code of ...
If you’re looking for inspiration for columnar web...
Table of contents 1. Basic SELECT statement 1. Qu...
jQuery form validation example / including userna...
Table of contents Table/index.js Table/model/inde...
Table of contents 1.Linux login interface 2. Writ...
Table of contents Enter the topic mysql add, dele...
This article example shares the specific code of ...
Last time, we came up with two header layouts, on...
Table of contents Causes of MySQL Table Fragmenta...
Starting from MySQL 8.0.16, you can set a passwor...