email->send() returns incorectly |
[eluser]Dan Bowling[/eluser]
I've enabled email debugging, and I get the following message: Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method. Here's the full details: Code: 220 xxx.xxx.xxx ESMTP Sendmail Switch-3.3.1/Switch-3.3.1; Wed, 10 Sep 2008 12:33:18 -0600 (MDT) I'll try to go through the library and determine what specifically is causing it later tonight. I'm using an external SMTP server, so I shouldn't have to set up sendmail locally, right? Otherwise my email wouldn't be going out at all (which it is.) I've verified that my php.ini settings are correct (and since I'm using XAMPP, I've checked to make sure it is right in the php and apache folder, since it might be using either one.) |
Messages In This Thread |
email->send() returns incorectly - by El Forum - 09-09-2008, 04:45 PM
email->send() returns incorectly - by El Forum - 09-09-2008, 05:29 PM
email->send() returns incorectly - by El Forum - 09-09-2008, 06:05 PM
email->send() returns incorectly - by El Forum - 09-09-2008, 11:07 PM
email->send() returns incorectly - by El Forum - 09-10-2008, 12:44 PM
email->send() returns incorectly - by El Forum - 09-10-2008, 01:22 PM
|