Re: Mailer Error: Language string failed to load



Dave Kelly wrote:
On Nov 4, 11:39 am, Michael Fesser <neti...@xxxxxx> 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@xxxxxxxxxx
(
)
==============+===================
I inserted:
$mail->Username = "daveekelly1@xxxxxxxxxxxxxx";
$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



Dave,

You're problem is you must authenticate yourself on this server before sending email. Sprint evidently does things differently than Earthlink did.

What you need to do is find out how Sprint requires you to authenticate. For instance, in your email program, do you have a userid and password to access your smtp server, and if so, do they match what you sent in your class? This is one way to authenticate.

Another way some ISP's authenticate is to require you to fetch your email (log into your POP3 account) before sending email.

And there are others less often used.

I'd suggest you contact Sprint if you need to, to find out what kind of authentication is required. Then check the phpMailer support people - they know more about their product than anyone else.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================

.



Relevant Pages

  • Re: Allowing Mail from an appliance &/or other Mail server
    ... this virtual server and restrict by the ip address for the security. ... accomplished by limiting which IP addresses can connect to your SMTP ... Outlook users do not need smtp connectivity to Exchange servers - they ... your smtp relay server configured to authenticate as well. ...
    (microsoft.public.exchange.connectivity)
  • Re: Bad HELO and no authentication - please help
    ... Virtual Server" on the right. ... SMTP connections with, that you disable ... laptop get brought into the network with a SPAM trojan. ... Or some setting set that seems to require that source to authenticate. ...
    (microsoft.public.windows.server.sbs)
  • Re: remote authenticated SMTP
    ... users are connected via VPN. ... authenticate to relay, ... I would like them to be able to access our exchange server via the ... with IMAP and SMTP authenticated relaying. ...
    (microsoft.public.windows.server.sbs)
  • Re: SMTP using usernames & passwords.
    ... How can I stop non authenticated smtp access to the sever. ... clients accessing over pop to authenticate when they send email no ... You configure this on the client (by default the SMTP virtuel server ... the internet and local clients get a fail message when attempting to ...
    (microsoft.public.exchange.setup)
  • RE: SMTP Server remote queue length alert
    ... Thank you for posting in the SBS newsgroup. ... automatically creates a SMTP connector for outgoing messages. ... bridgehead defines the Exchange server which can use this SMTP connector to ... What method is used to send outgoing email (DNS route or ISP ...
    (microsoft.public.windows.server.sbs)