【发布时间】:2012-09-07 16:27:01
【问题描述】:
默认情况下,我使用假脱机邮件解决方案在我的网页中发送时事通讯。但我也需要立即发送电子邮件。所以我用了this solution
如果我使用 Spool 发送时事通讯,一切都很好。但是当我使用
$mailer = $this->get('instant_mailer');
我收到的电子邮件在开头添加了一些文字:
HTTP/1.0 200 OK Cache-Control: no-cache Content-Type: text/html; charset=UTF-8 日期:格林威治标准时间 2012 年 9 月 7 日星期五 16:19:06
如何去除?
【问题讨论】:
标签: symfony swiftmailer spool