tuffel Posted August 30, 2015 Share Posted August 30, 2015 I am using PrestaShop version 1.6.0.14. I am trying to set email on gmail server using PHP Mail Function. I have made the following changes as discussed in several other forum, but its still not working. it can be fixed changing these files: /tools/swift/Swift/Plugin/MailSend.php /tools/swift/Swift/Message.php /tools/swift/Swift.php Its still giving the same error Sending failed using mail() as PHP's default mail() function returned boolean FALSE. http://goo.gl/p8Rp75 Please help Link to comment Share on other sites More sharing options...
vekia Posted September 2, 2015 Share Posted September 2, 2015 is your hosting account work in "safe mode" ? some hosts disallow to use mail() functions because of "safe mode" ! Link to comment Share on other sites More sharing options...
tuffel Posted September 2, 2015 Author Share Posted September 2, 2015 (edited) is your hosting account work in "safe mode" ? some hosts disallow to use mail() functions because of "safe mode" ! I think safe mode is off... http://goo.gl/JGOlBT Edited September 2, 2015 by tuffel (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 3, 2015 Share Posted September 3, 2015 okay, so if mail function is enabled problem is somewhere else you;ve got exactly the same message before you applied the changes to swift library? Link to comment Share on other sites More sharing options...
tuffel Posted September 3, 2015 Author Share Posted September 3, 2015 okay, so if mail function is enabled problem is somewhere else you;ve got exactly the same message before you applied the changes to swift library? yes its the same message i was getting earlier as well. 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