Jump to content

SMTP problem


oldlock

Recommended Posts

Prestashop is installed on a cpanel VPS.

 

So the username format is something+something.com

 

No matter what I try the same error is returned, I've tried on 25 (which is not blocked) and 465 ssl/tls etc etc.

 

I know for the fact the passwords are fine, but whatever I try the test always returns :

 

post-390835-0-71542700-1348747029_thumb.jpg

 

The server error log states :

 

535 Incorrect authentication data

 

Any ideas ??

Link to comment
Share on other sites

smtp email are usually configured like this

 

Mail domain name: pop.yourprovidermail.com

SMTP server: smtp.yourprovidermail.com

(these nest two would be the same you use to log on to your provider to check your mail)

SMTP user: your email

SMTP password: your password

 

port 25 is the the usual and set encryption to none

Link to comment
Share on other sites

I normally just use the php mail but set my 1.4.9 to SMTP and it worked fine so not a 1.4.9 issue.

I have never seen a SMTP use a + symbol so not sure I can help any further.

Have you ever used Outlook to check your mail if not try to find a version of that usually included with Microsoft office this uses the same SMTP settings and may help you find the issue.

Link to comment
Share on other sites

My SMTP is setup with a username+domain.com

 

It's the + (plus symbol) in the username that cased error in the test mail ONLY

edit file /js/sendMailTest.js add encodeURIComponent()

 

              	 "&smtpLogin="+ encodeURIComponent($("input#PS_MAIL_USER").val())+

Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...