Welcome Guest, Not a member yet? Register   Sign In
email->send() returns incorectly
#5

[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)
hello: 250-cug2.umt.edu Hello mymachine.gs.umt.edu [xx.x.xxx.xxx], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE 31457280
250-DSN
250-ETRN
250-DELIVERBY
250 HELP
from: 250 2.1.0 ... Sender ok
to: 250 2.1.5 ... Recipient ok
data: 354 Please start mail input.

The following SMTP error was encountered:
Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method.
User-Agent: CodeIgniter
Date: Wed, 10 Sep 2008 12:33:18 -0600
From: "Dan Bowling"
Return-Path:
To: [email protected]
Subject: s
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

sad

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



Theme © iAndrew 2016 - Forum software by © MyBB