2012-02-28 21 views
0

不發送我有一個函數來發送電子郵件笨電子郵件在特定情況下

奇怪的是其工作的具體情況,而不是爲其他

這裏是調試日誌

SUCCESS

Your message has been successfully sent using the following protocol: mail 

From: "Reset Password" 
Return-Path: 
Reply-To: "[email protected]" 
X-Sender: [email protected] 
X-Mailer: CodeIgniter 
X-Priority: 3 (Normal) 
Message-ID: <[email protected]> 
Mime-Version: 1.0 
Content-Type: text/plain; charset=utf-8 
Content-Transfer-Encoding: 8bit 
=?utf-8?Q?Password_Reset?= ...... 

失敗

Your message has been successfully sent using the following protocol: mail<br /><pre> 
From: "Registration" <[email protected]> 
Return-Path: <[email protected]> 
Reply-To: "[email protected]" <[email protected]> 
X-Sender: [email protected] 
X-Mailer: CodeIgniter 
X-Priority: 3 (Normal) 
Message-ID: <[email protected]> 
Mime-Version: 1.0 
Content-Type: text/plain; charset=utf-8 
Content-Transfer-Encoding: 8bit 
=?utf-8?Q?Confirm_Registration?= ..... 

看到失敗的一個我在一些地方得到了重複的發件人電子郵件,並且它被設置爲回覆路徑,這不在郵件發送成功。還有一些HTML標籤不知道爲什麼?

回答

1

我也在我的項目中遇到過這個問題,我不確定它是否適用於您,或者不檢查您的電子郵件地址是否有效。

+1

謝謝你,我有確切的問題 – Junaid 2012-02-28 13:04:19

相關問題