b.kehlmeier55
Member
- Messages
- 47
- Reaction score
- 0
- Points
- 6
Nothing has changed in my script, but over the last two weeks, sending out emails has become a problem. It worked last week and I have no idea why it corrected itself. Now it is not working again. It looks to me like maybe the port is getting routed back to Stoli?
Could this be the cause? http://helgeklein.com/blog/2012/05/...g-to-send-mail-via-google-apps-smtp-from-php/
From my perspective, it appears that the FROM SERVER is indicating that the smtp port is getting routed back to Stoli and of course I don't have an account with them, as I am trying to use Gmail.
SMTP -> FROM SERVER:220-stoli.x10hosting.com ESMTP Exim 4.77 #2 Tue, 24 Jul 2012 12:05:06 -0400 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail.
SMTP -> FROM SERVER: 250-stoli.x10hosting.com Hello stoli.x10hosting.com [69.175.122.178] 250-SIZE 52428800 250-PIPELINING 250-AUTH PLAIN LOGIN 250-STARTTLS 250 HELP
SMTP -> FROM SERVER:220 TLS go ahead
SMTP -> FROM SERVER: 250-stoli.x10hosting.com Hello stoli.x10hosting.com [69.175.122.178] 250-SIZE 52428800 250-PIPELINING 250-AUTH PLAIN LOGIN 250 HELP
SMTP -> ERROR: Password not accepted from server: 535 Incorrect authentication data
SMTP -> FROM SERVER:250 Reset OK
SMTP Error: Could not authenticate.
Any ideas? I have tried resetting the Gmail password. Like I said, nothing changed on my end. In fact, I haven't touched the code in a year. Is Google turning down Stoli with a 535 message? I see the generic 220 message/warning, then the 535 error and I confirmed it works with Thunderbird, etc. I haven't sent an email out via that account in months, so I don't think it could be blacklisted.SMTP -> FROM SERVER: 250-stoli.x10hosting.com Hello stoli.x10hosting.com [69.175.122.178] 250-SIZE 52428800 250-PIPELINING 250-AUTH PLAIN LOGIN 250-STARTTLS 250 HELP
SMTP -> FROM SERVER:220 TLS go ahead
SMTP -> FROM SERVER: 250-stoli.x10hosting.com Hello stoli.x10hosting.com [69.175.122.178] 250-SIZE 52428800 250-PIPELINING 250-AUTH PLAIN LOGIN 250 HELP
SMTP -> ERROR: Password not accepted from server: 535 Incorrect authentication data
SMTP -> FROM SERVER:250 Reset OK
SMTP Error: Could not authenticate.
Could this be the cause? http://helgeklein.com/blog/2012/05/...g-to-send-mail-via-google-apps-smtp-from-php/
From my perspective, it appears that the FROM SERVER is indicating that the smtp port is getting routed back to Stoli and of course I don't have an account with them, as I am trying to use Gmail.
Last edited: