datart
datart copied to clipboard
定时任务-邮件中的图片不能正常显示
Datart版本号 1.0.0-rc.1
错误描述 定时任务,发送包含截图的邮件,图片不能正常显示。
截图

其他内容 有关这个问题的任意其他内容
在application-config.yml配置文件中
# mail config
mail:
host: smtp.exmail.qq.com
port: 465
username: [email protected]
fromAddress: [email protected]
password: Password
nickname: BIAdmin
【fromAddress】 【nickname】 这两个配置项,似乎不起使用。
我觉的这是个bug
PC网页版也显示不了, 用客户端foxmail可以显示应该是foxmail 自己做的识别。 造成这个问题的原因:$CID$" 这个替换的时候有中文字符,md5下就可以了。