PixelDigitalAgency Posted May 3, 2021 Share Posted May 3, 2021 Hi, I'm having trouble sending emails to customers automatically. If I select PHP I get the error: " Error: check your configuration Expected response code 220 but got an empty response " If I select SMTP I get this other error: " Error: check your configuration Expected response code 250 but got code "550", with message "550 5.1.0 Connection from 35.214.164.170 temporarily rejected / Connection from 35.214.164.170 temporarily rejected" " How could I solve in your opinion? Link to comment Share on other sites More sharing options...
tuk66 Posted May 4, 2021 Share Posted May 4, 2021 What is your PrestaShop version? Sending mails have been changed in PS 1.7.7. It no longer uses PHP mail() function and you should switch to SMTP. Of course, you have to properly configure all SMTP settings which could be your case. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now