2010-01-24 53 views
1

當我發送郵件帶有繩帶安裝時只開帶安裝給出了一個1,並在電子郵件SORCE它使用此代碼添加說PHP郵件程序 - 附件不發送正確

--b1_5a1a74831dfa0ce86353d222b95078c6 
Content-Type: text/html; name="apperley-invoice-20017.html" 
Content-Transfer-Encoding: base64 
Content-Disposition: attachment; filename="apperley-invoice-20017.html" 

MQ== 


--b1_5a1a74831dfa0ce86353d222b95078c6-- 

林附件:

$mail->AddStringAttachment($invoicehtml,$filename,'base64','text/html'); 

回答

0

我不知道你的問題的根源,但我認爲想你應該try SwiftMailer instead

+0

我有完全相同的問題? – Rlweb 2010-01-24 22:56:32

0

我敢打賭,$ invoicehtml包含1.檢查您的輸入。