码迷,mamicode.com
首页 > 编程语言 > 详细

springBoot 发送邮件图片不显示

时间:2020-01-17 23:29:51      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:不显示   官方   help   not work   add   content   which   img   spec   

解决方案

  • MimeMessageHelper 的执行顺序错了,先执行 setText() 然后执行 addInline() 添加图片
  • <img src="cid:p03"/>

    原因分析 官方文档

Inline resources are added to the MimeMessage by using the specified Content-ID (identifier1234 in the above example).   
The order in which you add the text and the resource are very important.   
Be sure to first add the text and then the resources.  
 If you are doing it the other way around, it does not work.

springBoot 发送邮件图片不显示

标签:不显示   官方   help   not work   add   content   which   img   spec   

原文地址:https://www.cnblogs.com/eatandsleep/p/12207567.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!