fatheeym Posted March 8, 2016 Share Posted March 8, 2016 i want to use PHPMailer in prestashop but i don't know how to configure Link to comment Share on other sites More sharing options...
bellini13 Posted March 8, 2016 Share Posted March 8, 2016 it is not something you can configure. 1) you first need to download and install phpmailer somewhere on your server 2) You then need to reprogram the Prestashop Mail class so that it uses phpmailer instead of the swiftmailer library Link to comment Share on other sites More sharing options...
fatheeym Posted March 9, 2016 Author Share Posted March 9, 2016 1) i know how to setup 2) how to reprogram the Prestashop Mail class so that it uses phpmailer instead of the swiftmailer library Link to comment Share on other sites More sharing options...
bellini13 Posted March 9, 2016 Share Posted March 9, 2016 2) how to reprogram the Prestashop Mail class so that it uses phpmailer instead of the swiftmailer library using a text editor and applying a knowledge of PHP programming Link to comment Share on other sites More sharing options...
shokinro Posted April 2, 2016 Share Posted April 2, 2016 @fatheeym I think @bellini13 and other members have answered your questions. what you need to do is to override the existing Mail.php class and use mail() function to implement logic of Mail:Send(). You may need to know the specification of mail() first. http://php.net/manual/en/function.mail.php and then try to understand what is the logic in the Mail:SendI(). it is very difficult to write more detailed instructions here, you need to Google and find more tutorials. 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