HTML:在mailto?body中发送图片

HTML:在mailto?body中发送图片,第1张

概述我习惯使用mailto函数设置带有文本的电子邮件的正文和主题,例如: href="mailto:?body=Thanks!" 但有没有办法在身体中发送图像?例如: href="mailto:?body=<img src='http://www.example.com/image.jpg'>" (显然上面不起作用 – 它只是将html添加为字符串) 任何建议赞赏!谢谢! 从 horse’s mout 我习惯使用mailto函数设置带有文本的电子邮件的正文和主题,例如:

href="mailto:?body=Thanks!"@H_403_12@  

但有没有办法在身体中发送图像?例如:

href="mailto:?body=<img src='http://www.example.com/image.jpg'>"@H_403_12@  

(显然上面不起作用 – 它只是将HTML添加为字符串)

任何建议赞赏!谢谢!

解决方法 从 horse’s mouth:

The “body” hname should contain the content for the first
text/plain body part of the message. The mailto URL is primarily
intended for generation of short text messages that are actually
the content of automatic processing (such as “subscribe” messages
for mailing Lists),not general MIME bodIEs.

换句话说,内容是文本/纯文本格式,而不是MIME HTML.

@H_404_46@ 总结

以上是内存溢出为你收集整理的HTML:在mailto?body中发送图片全部内容,希望文章能够帮你解决HTML:在mailto?body中发送图片所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1081281.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-27
下一篇 2022-05-27

发表评论

登录后才能评论

评论列表(0条)

保存