Jinnrry / PMail

Private EMail Server
GNU General Public License v2.0
1.49k stars 142 forks source link

邮件格式改变 ,回行会给清空 #189

Closed PETERGU998 closed 1 month ago

PETERGU998 commented 3 months ago

完整性要求 / Integrity requirements

版本

2.6.3

描述

通过PHP代码 调SMTP 25 写邮件 ,其邮件格式中的 回行 会给过滤掉,请问应该如何设置 才能保留?

重现方式

发邮件内容如: test 123 test 222

btest

be test now!

在PMAIL web端收邮件内容会变成: test 123 test 222 btest be test now!

服务端配置



服务端日志



Jinnrry commented 3 months ago

邮件内容是html格式,换行使用<br>标签

PETERGU998 commented 3 months ago

邮件内容是html格式,换行使用<br>标签

好的,顺带问下 现在的版本是不是还 不支持密送?

Jinnrry commented 3 months ago

应该是支持的,你传bcc试试

PETERGU998 commented 3 months ago

BCC 用PMAIL 自带的WEB 是看不到密送人,但 139及163邮箱 (web访问)密送人会在收件人一栏显示出来

Jinnrry commented 1 month ago

v2.7.4增加了密信功能支持