|
Posted by Dave Kelly on 11/05/07 00:44
On Nov 4, 11:39 am, Michael Fesser <neti...@gmx.de> wrote:
> Looks OK. Does the 'language' directory contain any files? I have 20
> files in there.
Yes and about the same number.
> There's a variable $SMTPDebug (or something like that) in the phpmailer
> class. Set that to TRUE and see what happens.
I did as you suggested and that produced a data overload - 1260 lines
of information/data.
I reduced my email list from 7 to 1 entry and that produced 139 lines.
Let me post a few lines and ask a question.
==============+=================
SMTP -> FROM SERVER:
250-smtp09.embarq.synacor.com says EHLO to 65.40.206.9:15450
250-XDUMPCONTEXT
250-8BITMIME
250-AUTH=LOGIN
250-AUTH LOGIN
250-PIPELINING
250-ENHANCEDSTATUSCODES
250 STARTTLS
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "250 MAIL FROM accepted
"
SMTP -> get_lines(): $data is "250 MAIL FROM accepted
"
SMTP -> FROM SERVER:
250 MAIL FROM accepted
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "554 Authentication Failed, must login
"
SMTP -> get_lines(): $data is "554 Authentication Failed, must login
"
SMTP -> FROM SERVER:
554 Authentication Failed, must login
SMTP -> ERROR: RCPT not accepted from server: 554 Authentication
Failed, must login
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "250 RSET OK
"
SMTP -> get_lines(): $data is "250 RSET OK
"
SMTP -> FROM SERVER:
250 RSET OK
Message was not sent Mailer Error: SMTP Error: The following
recipients failed: scentual@hughes.net
(
)
==============+===================
I inserted:
$mail->Username = "daveekelly1@embarqmail.com";
$mail->Password = "xxxxxxxxxx";
and still got the same errors.
I'm in way over my head and am open to suggestions.
Thanks for taking the time to help me with this.
Dave
Navigation:
[Reply to this message]
|