Back to the index page  
LiveChat! (0 online)   FAQ   Search   Memberlist   Usergroups   Register   Profile   Log in to check your private messages   Log in 
SMTP Error: Could not authenticate.

 
Post new topic   Reply to topic    web2Project Forum Index » Install and Setup View previous topic :: View next topic  
SMTP Error: Could not authenticate.
 PostPosted: Wed Feb 03, 2010 10:34 am Reply with quote  
Message
  jithinkcs
All I wanna do is to be here!

Joined: 28 Jan 2010
Posts: 29
Location: India
While using the Forgot password option . I am getting this error. Please help me to solve this issue.



SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "220 mx.google.com ESMTP 22sm6309728pzk.6 "
SMTP -> get_lines(): $data is "220 mx.google.com ESMTP 22sm6309728pzk.6 "
SMTP -> FROM SERVER:220 mx.google.com ESMTP 22sm6309728pzk.6
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "250-mx.google.com at your service,

[xxx.xxx.xx.xx] "
SMTP -> get_lines(): $data is "250-mx.google.com at your service,

[xxx.xxx.xx.xx] "
SMTP -> get_lines(): $data was "250-mx.google.com at your service,

[xxx.xxx.xx.xx] "
SMTP -> get_lines(): $str is "250-SIZE 35651584 "
SMTP -> get_lines(): $data is "250-mx.google.com at your service,

[xxx.xxx.xx.xx] 250-SIZE 35651584 "
SMTP -> get_lines(): $data was "250-mx.google.com at your service,

[xxx.xxx.xx.xx] 250-SIZE 35651584 "
SMTP -> get_lines(): $str is "250-8BITMIME "
SMTP -> get_lines(): $data is "250-mx.google.com at your service,

[xxx.xxx.xx.xx] 250-SIZE 35651584 250-8BITMIME "
SMTP -> get_lines(): $data was "250-mx.google.com at your service,

[xxx.xxx.xx.xx] 250-SIZE 35651584 250-8BITMIME "
SMTP -> get_lines(): $str is "250-STARTTLS "
SMTP -> get_lines(): $data is "250-mx.google.com at your service,

[xxx.xxx.xx.xx] 250-SIZE 35651584 250-8BITMIME 250-STARTTLS "
SMTP -> get_lines(): $data was "250-mx.google.com at your service,

[xxx.xxx.xx.xx] 250-SIZE 35651584 250-8BITMIME 250-STARTTLS "
SMTP -> get_lines(): $str is "250-ENHANCEDSTATUSCODES "
SMTP -> get_lines(): $data is "250-mx.google.com at your service,

[xxx.xxx.xx.xx] 250-SIZE 35651584 250-8BITMIME 250-STARTTLS

250-ENHANCEDSTATUSCODES "
SMTP -> get_lines(): $data was "250-mx.google.com at your service,

[xxx.xxx.xx.xx] 250-SIZE 35651584 250-8BITMIME 250-STARTTLS

250-ENHANCEDSTATUSCODES "
SMTP -> get_lines(): $str is "250 PIPELINING "
SMTP -> get_lines(): $data is "250-mx.google.com at your service,

[xxx.xxx.xx.xx] 250-SIZE 35651584 250-8BITMIME 250-STARTTLS

250-ENHANCEDSTATUSCODES 250 PIPELINING "
SMTP -> FROM SERVER: 250-mx.google.com at your service, [xxx.xxx.xx.xx]

250-SIZE 35651584 250-8BITMIME 250-STARTTLS 250-ENHANCEDSTATUSCODES 250

PIPELINING
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "530 5.7.0 Must issue a STARTTLS command

first. 22sm6309728pzk.6 "
SMTP -> get_lines(): $data is "530 5.7.0 Must issue a STARTTLS command

first. 22sm6309728pzk.6 "
SMTP -> ERROR: AUTH not accepted from server: 530 5.7.0 Must issue a

STARTTLS command first. 22sm6309728pzk.6
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "250 2.1.5 Flushed 22sm6309728pzk.6 "
SMTP -> get_lines(): $data is "250 2.1.5 Flushed 22sm6309728pzk.6 "
SMTP -> FROM SERVER:250 2.1.5 Flushed 22sm6309728pzk.6
SMTP Error: Could not authenticate.
View user's profile Send private message
Re: SMTP Error: Could not authenticate.
 PostPosted: Thu Feb 04, 2010 3:31 pm Reply with quote  
Message
  figgles
Evangelist Member

Joined: 30 Sep 2009
Posts: 163
jithinkcs wrote:
While using the Forgot password option . I am getting this error. Please help me to solve this issue.

As always, please provide OS and environment version information to help with troubleshooting.
Is SMTP working ordinarily on your system?

_________________
W2P: 2.0, PHP ver: 5.2.9 | DB: mysql 4.1.22 | Apache/2.0.46 (Red Hat) | PHP Max. Execution Time: 30 seconds | Memory Limit: 128 Mb
View user's profile Send private message
Re: SMTP Error: Could not authenticate.
 PostPosted: Fri Feb 05, 2010 2:56 am Reply with quote  
Message
  TekMason
I like it here.

Joined: 26 Jan 2010
Posts: 6
Location: Ontario, Canada
Hi jithinkcs,

jithinkcs wrote:

...
SMTP -> get_lines(): $str is "530 5.7.0 Must issue a STARTTLS command
...


STARTTLS is a sendmail command to initiate a secure connection.
Google Apps/Mail must use a secure connection, it is not optional. In addition it does not run over the standard SMTP port 25.

It looks like w2p has TLS and SSL support for (SMTP) email. Take a look at the Email Settings in System Configuration and try to match up the settings with those found below.

Quote:
Outgoing Mail (SMTP) Server - requires TLS or SSL:
smtp.gmail.com (use authentication)
Use Authentication: Yes
Port for TLS/STARTTLS: 587
Port for SSL: 465

See http://mail.google.com/support/bin/answer.py?answer=13287 for more information on how Google does SMTP.
View user's profile Send private message
 PostPosted: Tue Feb 09, 2010 8:17 am Reply with quote  
Message
  jithinkcs
All I wanna do is to be here!

Joined: 28 Jan 2010
Posts: 29
Location: India
Thanks guys ...

I've solved the problem. Thanks for your support.
View user's profile Send private message
 PostPosted: Thu Feb 11, 2010 12:24 am Reply with quote  
Message
  TekMason
I like it here.

Joined: 26 Jan 2010
Posts: 6
Location: Ontario, Canada
For the benefit of the next person that tries to do this...What was the solution?
TekMason
View user's profile Send private message
I have done these changes.
 PostPosted: Thu Feb 11, 2010 7:47 am Reply with quote  
Message
  jithinkcs
All I wanna do is to be here!

Joined: 28 Jan 2010
Posts: 29
Location: India
Host requires login
SMTP Host smtp.gmail.com
SMTP Password
SMTP Port : 465
SMTP Secure : ssl
SMTP Server Timeout


Thanks & Regard

Jithin
View user's profile Send private message
Post new topic   Reply to topic    web2Project Forum Index » Install and Setup

Page 1 of 1
All times are GMT

Display posts from previous:

  

Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2002 phpBB Group
Macinscott 2 by Scott Stubblefield

Get web2Project at SourceForge.net. Fast, secure and Free Open Source software downloads