Jump to content

Prestashop doesn't send emails


Recommended Posts

I just noticed that my site doesn't send the email.

From backoffice if i send a test email in give this error:

Errore: controlla la tua configurazione

The SMTP connection failed to start [mail.nome-sito.it:25]: fsockopen returned Error Number 13 and Error String 'Permission denied'

 

The email setting are ok, i don't understand why it give this error? Any idea?

Link to comment
Share on other sites

I found this post, which suggests that it could be an OS level error. Your host may have blocked port 25, or is not allowing your account to execute the fsockopen.

http://stackoverflow.com/questions/13489037/could-not-connect-to-smtp-host

 

This error also means that the remote SMTP server requires authentication (username and password), and what it received was wrong.

 

I would suggest double checking the SMTP settings, and also check if the remote SMTP gateway supports SSL or TLS and try using port 587 or 465 instead of 25.

Link to comment
Share on other sites

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...