Kogkalidis Posted January 4, 2023 Share Posted January 4, 2023 (edited) Hello guys 😎 Fresh baby for 2023 In case you have any issues getting your e-mails delivered, I made a small module which uses PHPMailer library in order to get the job done. Compatible versions: 1.7.8.7 & 8https://github.com/tivuno/tvmail Edited January 4, 2023 by Kogkalidis (see edit history) 3 1 Link to comment Share on other sites More sharing options...
Puriom Posted January 24, 2023 Share Posted January 24, 2023 On 1/4/2023 at 12:07 PM, Kogkalidis said: Hello guys 😎 Fresh baby for 2023 In case you have any issues getting your e-mails delivered, I made a small module which uses PHPMailer library in order to get the job done. Compatible versions: 1.7.8.7 & 8https://github.com/tivuno/tvmail Hello, and thank you. "No configuration needed in the module. Just make sure you have saved the proper settings regarding your SMTP credentials." Could you, please, help with installation instructions? Thanks again 1 Link to comment Share on other sites More sharing options...
Kogkalidis Posted January 24, 2023 Author Share Posted January 24, 2023 https://www.dropbox.com/s/lzn371cyt1n9f55/Στιγμιότυπο οθόνης 2023-01-24%2C 14.03.11.png?dl=0 Keep in mind that for the proper SMTP credentials you need to contact your hosting provider. Tip: When you find something useful, push the Like button below the respective post in order to let the others know (in a quick way) if it is useful or not. 1 Link to comment Share on other sites More sharing options...
Puriom Posted January 24, 2023 Share Posted January 24, 2023 26 minutes ago, Kogkalidis said: https://www.dropbox.com/s/lzn371cyt1n9f55/Στιγμιότυπο οθόνης 2023-01-24%2C 14.03.11.png?dl=0 Keep in mind that for the proper SMTP credentials you need to contact your hosting provider. Tip: When you find something useful, push the Like button below the respective post in order to let the others know (in a quick way) if it is useful or not. Thank you (ευχαριστώ!) Link to comment Share on other sites More sharing options...
wolfy1147 Posted February 1, 2024 Share Posted February 1, 2024 On 1/24/2023 at 2:08 PM, Kogkalidis said: https://www.dropbox.com/s/lzn371cyt1n9f55/Στιγμιότυπο οθόνης 2023-01-24%2C 14.03.11.png?dl=0 Keep in mind that for the proper SMTP credentials you need to contact your hosting provider. Tip: When you find something useful, push the Like button below the respective post in order to let the others know (in a quick way) if it is useful or not. Hello I have the same request as @Puriom , "Could you, please, help with installation instructions?" Thanks a lot. Link to comment Share on other sites More sharing options...
Kogkalidis Posted February 5, 2024 Author Share Posted February 5, 2024 There is absolutely no configuration required. You just setup smtp from your hosting provider, change mail method to smtp in PrestaShop core admin and this is all you need. Tip: In case the mail is not delivered, make sure the required template does exist. Link to comment Share on other sites More sharing options...
APG1972 Posted March 29 Share Posted March 29 On 1/24/2023 at 1:08 PM, Kogkalidis said: https://www.dropbox.com/s/lzn371cyt1n9f55/Στιγμιότυπο οθόνης 2023-01-24%2C 14.03.11.png?dl=0 Keep in mind that for the proper SMTP credentials you need to contact your hosting provider. Tip: When you find something useful, push the Like button below the respective post in order to let the others know (in a quick way) if it is useful or not. Hello, There is a problem when installing the file. The same error reported at Github: https://github.com/tivuno/tvmail/issues/1 It should be very useful for the community to get the module works 😃😃. At this moment I am stuck, unable to set the official smtp Prestashop module up, so I need to test this one. I am using Prestashop 8.2. Thanks! Link to comment Share on other sites More sharing options...
Kogkalidis Posted May 16 Author Share Posted May 16 On 3/29/2025 at 5:18 PM, APG1972 said: Hello, There is a problem when installing the file. The same error reported at Github: https://github.com/tivuno/tvmail/issues/1 It should be very useful for the community to get the module works 😃😃. At this moment I am stuck, unable to set the official smtp Prestashop module up, so I need to test this one. I am using Prestashop 8.2. Thanks! Hello sir, sorry for the delay. Could you provide details concerning your setup, such as PrestaShop and PHP version? Thanx Link to comment Share on other sites More sharing options...
APG1972 Posted May 19 Share Posted May 19 Hello! PS version is 8.2.1. PHP version is 8.1. Thanks. Link to comment Share on other sites More sharing options...
Kogkalidis Posted May 26 Author Share Posted May 26 On 5/19/2025 at 10:13 AM, APG1972 said: Hello! PS version is 8.2.1. PHP version is 8.1. Thanks. In my local setup, PHP 8.1 blows up for some strange reason (which I will not inspect that hard, to be honest). So I tested with PHP 8.3.1 and everything works as expected. Step 1: cd modules/tvmail Browse to /modules/tvmail directory in your terminal (it does not matter if it lies inside PHPstorm or we talk about a genuine terminal). Step 2: composer update Aiming to get the PHPMailer library. Step 3: Browse to CONFIGURE > Advanced Parameters > E-mail I operate using Gmail SMTP for your interest. Step 4: Browse to https://myaccount.google.com Step 5: Look for "App passwords" Step 6: Create one and keep the 16-letter password (divided by 3 spaces). This is gonna be your password instead of your actual Gmail password. Step 7: Here is the complete SMTP setup https://www.dropbox.com/scl/fi/zaympg9i1kydqu2uma4da/Gmail-smtp.png?rlkey=fdc0elarpue71d0t4pwnffu86&st=op14trrv&dl=0 The procedure should be quite similar to any other SMTP provider. PS: Even if the password seems empty, if you check in your _configuration table for the field PS_MAIL_PASSWD, you will see it is not. Even if it is, just edit it directly in the phpmyadmin environment (because sometimes the specific mail page sucks). PS2: Before pushing "Send test mail", you are kindly requested to fill in the app password (from step 6) manually. The procedure operates via JS and gets the value from the respective input for speed purposes instead of looking for it in the database. Cheers! 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