使用图像预填充电子邮件

时间:2013-11-05 10:54:08

标签: html email href mailto

我已成功预装了一个主题和正文的电子邮件,如下所示:

<a href="mailto:example@example.com?subject=test&body=message">Contact Us</a>

我想要做的是在电子邮件的底部有一个图像,并想知道是否可以看到它是一个编码的URL字符串。

我当时认为可能编码<img>标签,但收集它只会显示为纯文本。

如果有可能,有人可以指出我正确的方向。

2 个答案:

答案 0 :(得分:1)

来源:MailTo with HTML body

  

没有。这根本不可能。

信用:Quentin

答案 1 :(得分:0)

不可能

可能的是: SUBJECT,CC,BCC,BODY

<a href="mailto:YourName@YourSite.com? cc=someone@YourSite.com&bcc=someoneElse@YourSite.com &subject=Shipping%20Information%20Request&body=Please%20tell%20me%20if%20my%20order%20has%20shipped!">Shipping Request</a>