【发布时间】:2015-12-27 21:28:13
【问题描述】:
发送电子邮件时我使用emailformat='both',但我发送电子邮件时不使用模板。
$Email->reset();
$Email->emailFormat('both');
$Email->to($to);
$Email->send($body);
在原始电子邮件中,我没有收到纯文本:-
--alt-82207de3b13b81a697e6c7c6db145af2
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
<div>​<br>Hi<br><br>Soon you will reach the action limit. To keep yourself updated please pay the payment.<br><br> Happy to have you<br><br>Thanks,<br>Kioui Apps Team<br>​</div>
--alt-82207de3b13b81a697e6c7c6db145af2
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit
<div>​<br>Hi<br><br>Soon you will reach the action limit. To keep yourself updated please pay the payment.<br><br> Happy to have you<br><br>Thanks,<br>Kioui Apps Team<br>​</div>
【问题讨论】: