开发者

Starting out creating HTML email [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.

Want to improve this question? Add details and clarify the problem by editing this post.

Closed 9 years ago.

Improve this question

I have designed an HTML page which I will send out as an email. I have never sent an HTML email before and need some pointers.

Do you literally just send the code in the body of the email?开发者_StackOverflow中文版 What is the best way to attach images?

I have tried Google but haven't found anything that helpful, answers on here are always more informative!

I'm slightly unsure how the whole process works!

Thanks!


Do you literally just send the code in the body of the email?

No.

  1. Rewrite the HTML and CSS to account for the many limitations of various HTML capable email clients and webmail systems.
  2. Create a plain text alternative
  3. Construct a multipart MIME email with the HTML and Text versions as alternate parts

The Campaign Monitor: Resources section has a lot of useful information.

What is the best way to attach images?

Generally speaking, link to external images. Otherwise the email file sizes will be huge.


If its a normal HTML Mailer then yes, you just simply put everything inside the tags inside, and attach images as you normally would using the .

When the user recived the email, if not in the trusted list, it wont load the images, and will ask the user if he/she wishes to load the remote images.

Hope this helps :)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜