java 发送html邮件,苹果或者某些邮件客户端收到的内容为空白解决方案

需要把网页标签中的双引号替换为  "  或者  \"

例如

<div id=\"container\" style=\" 600px;margin: 0 auto\"></div>

 

or 

 

<div id=&quot;container&quot; style=&quot; 600px;margin: 0 auto&quot;></div>

原文地址:https://www.cnblogs.com/binz/p/8360522.html