peranders Posted September 4, 2018 Share Posted September 4, 2018 PS 1.7.4.2 I'm using PHP mail and when I installed all parameters were OK, still email doesn't work. Nothing is shown what is wrong. Any hint where to look? PHP 7.2.9 info_outline Check your configuration Required parameters: Please fix the following error(s) Optional parameters: OK Link to comment Share on other sites More sharing options...
peranders Posted September 4, 2018 Author Share Posted September 4, 2018 I get this also, any hint? This is generated when I change order status. Unknown error on line 38 in file /home/sjostrom/public_html/cart/modules/gamification/classes/GamificationTools.php [8192] Function create_function() is deprecated Unknown error on line 39 in file /home/sjostrom/public_html/cart/modules/gamification/classes/GamificationTools.php [8192] Function create_function() is deprecated Unknown error on line 40 in file /home/sjostrom/public_html/cart/modules/gamification/classes/GamificationTools.php [8192] Function create_function() is deprecated Unknown error on line 41 in file /home/sjostrom/public_html/cart/modules/gamification/classes/GamificationTools.php [8192] Function create_function() is deprecated Unknown error on line 42 in file /home/sjostrom/public_html/cart/modules/gamification/classes/GamificationTools.php [8192] Function create_function() is deprecated Unknown error on line 38 in file /home/sjostrom/public_html/cart/modules/gamification/classes/GamificationTools.php [8192] Function create_function() is deprecated Unknown error on line 39 in file /home/sjostrom/public_html/cart/modules/gamification/classes/GamificationTools.php [8192] Function create_function() is deprecated Unknown error on line 40 in file /home/sjostrom/public_html/cart/modules/gamification/classes/GamificationTools.php [8192] Function create_function() is deprecated Unknown error on line 41 in file /home/sjostrom/public_html/cart/modules/gamification/classes/GamificationTools.php [8192] Function create_function() is deprecated Unknown error on line 42 in file /home/sjostrom/public_html/cart/modules/gamification/classes/GamificationTools.php [8192] Function create_function() is deprecated Unknown error on line 38 in file /home/sjostrom/public_html/cart/modules/gamification/classes/GamificationTools.php [8192] Function create_function() is deprecated Unknown error on line 39 in file /home/sjostrom/public_html/cart/modules/gamification/classes/GamificationTools.php [8192] Function create_function() is deprecated Unknown error on line 40 in file /home/sjostrom/public_html/cart/modules/gamification/classes/GamificationTools.php [8192] Function create_function() is deprecated Unknown error on line 41 in file /home/sjostrom/public_html/cart/modules/gamification/classes/GamificationTools.php [8192] Function create_function() is deprecated Unknown error on line 42 in file /home/sjostrom/public_html/cart/modules/gamification/classes/GamificationTools.php [8192] Function create_function() is deprecated Unknown error on line 38 in file /home/sjostrom/public_html/cart/modules/gamification/classes/GamificationTools.php [8192] Function create_function() is deprecated Unknown error on line 39 in file /home/sjostrom/public_html/cart/modules/gamification/classes/GamificationTools.php [8192] Function create_function() is deprecated Unknown error on line 40 in file /home/sjostrom/public_html/cart/modules/gamification/classes/GamificationTools.php [8192] Function create_function() is deprecated Unknown error on line 41 in file /home/sjostrom/public_html/cart/modules/gamification/classes/GamificationTools.php [8192] Function create_function() is deprecated Unknown error on line 42 in file /home/sjostrom/public_html/cart/modules/gamification/classes/GamificationTools.php [8192] Function create_function() is deprecated Unknown error on line 872 in file /home/sjostrom/public_html/cart/classes/Mail.php [8192] idn_to_ascii(): INTL_IDNA_VARIANT_2003 is deprecated Link to comment Share on other sites More sharing options...
peranders Posted September 6, 2018 Author Share Posted September 6, 2018 The problem is fixed. In the PS 1.6 you can write a fake email in the footer for spam protection and this will end up in a correct "from" address in the email but in the PS 1.7 it seems that this from email is picked from the store email. This fake email is something that PS or PHPMAIL doesn't like. Does anyone know if PS has any email cloaking for spam protection like Joomla has? 1 Link to comment Share on other sites More sharing options...
ksaan Posted September 7, 2018 Share Posted September 7, 2018 Do you mean that in PS1.6 and Joomla, visitors do not see the real email on the footer, but the "mailto" is actually right ? Link to comment Share on other sites More sharing options...
peranders Posted September 9, 2018 Author Share Posted September 9, 2018 If you use Joomla with this function enabled you can write an email address anywhere in the text and the email will be visible but it will be impossible for spam bots to pick it up. In the PS 1.6 it seems that the footer email and the "from" email came from different locations which is not the case with PS 1.7. Link to comment Share on other sites More sharing options...
nataraj03 Posted September 13, 2018 Share Posted September 13, 2018 Hi I'm also facing the same issue on a fresh install of 1.7.4.2. Not even able to sent test mail via smtp php mail also not work. How to solve it? Please help. Link to comment Share on other sites More sharing options...
peranders Posted September 13, 2018 Author Share Posted September 13, 2018 Have you had it working with older software? Is your email address a working address? Link to comment Share on other sites More sharing options...
nataraj03 Posted September 14, 2018 Share Posted September 14, 2018 Yes its working in 1.7.3,without anyproblem from local host also im able to send mail via smtp. Its 1.7.4.2 where its not working. But it logs the list of emails sent. Link to comment Share on other sites More sharing options...
peranders Posted September 14, 2018 Author Share Posted September 14, 2018 What happens if you test the email? Link to comment Share on other sites More sharing options...
nataraj03 Posted September 14, 2018 Share Posted September 14, 2018 Nothing is happening. :(. If i try to send anyother mail it just logs it but no mail is sent. Im not able to find any errors also. I even tried a fresh install, it is same. Link to comment Share on other sites More sharing options...
peranders Posted September 14, 2018 Author Share Posted September 14, 2018 My guess is that the settings for the PHP could be the problem. Could you tell me what you and we can compare. Link to comment Share on other sites More sharing options...
nataraj03 Posted September 14, 2018 Share Posted September 14, 2018 I dont think so, because in 1.7.3 im able to send mail in my localhost. I use php 7.1 for both 1.7.3 and 1.7.4.2. Link to comment Share on other sites More sharing options...
peranders Posted September 14, 2018 Author Share Posted September 14, 2018 Have you tested to use SMTP instead? Link to comment Share on other sites More sharing options...
nataraj03 Posted September 15, 2018 Share Posted September 15, 2018 Yes, i use smtp only. I dont use php mail. Link to comment Share on other sites More sharing options...
ksaan Posted September 15, 2018 Share Posted September 15, 2018 That looks like a bug. You can report it to prestashop by creating an issue on github: https://github.com/PrestaShop/PrestaShop/issues/new/choose Link to comment Share on other sites More sharing options...
peranders Posted September 15, 2018 Author Share Posted September 15, 2018 What happens if you do use phpmail? I use it and it works well. Link to comment Share on other sites More sharing options...
nataraj03 Posted September 22, 2018 Share Posted September 22, 2018 PHP mail also not working from Prestashop, where as from the php code it works Link to comment Share on other sites More sharing options...
peranders Posted September 23, 2018 Author Share Posted September 23, 2018 Have you the error log switched on? Do you run the new installation on the same server as the one who is working? Link to comment Share on other sites More sharing options...
nataraj03 Posted September 24, 2018 Share Posted September 24, 2018 Yes Error log is on. I tried new installation on the same server and in a different server. In the same server the mails are not going. But in the other server mails are working. I even checked the ports but nothing seems to be working. Link to comment Share on other sites More sharing options...
PrestaMake Posted September 24, 2018 Share Posted September 24, 2018 9 hours ago, nataraj03 said: Yes Error log is on. I tried new installation on the same server and in a different server. In the same server the mails are not going. But in the other server mails are working. I even checked the ports but nothing seems to be working. Try to use PHP7.0 or PHP5.6 If you want me to check out myself whats the issue PM me access to your BO/FTP. The problem is not PS1.7.4.2 as I have made 3 sites with that version with no problem with email. So most likely is your configuration (that it works on PS1.7.3 does not mean that it will work on PS1.7.4 the jump from these versions was huge) Link to comment Share on other sites More sharing options...
douglasbslim Posted October 3, 2018 Share Posted October 3, 2018 What is the solution? Being able to send a test mail doesn't mean it's ok, did both sent successful, but when it come to alert and notification, nothing works. Link to comment Share on other sites More sharing options...
jstillings1 Posted October 8, 2018 Share Posted October 8, 2018 My guess is your on a cpanel server that does not allow you to set up the 1.7.4.2 environment correctly. Try using this script a genius on Github wrote to see whats the issue I modded it so there is no password crap. Just a go no go list. psphpinfo.php Link to comment Share on other sites More sharing options...
saniaja Posted May 16, 2021 Share Posted May 16, 2021 Hi, Have same problem. Recently updated to 1.7.7.4 but emails are not sent. Confirmation emails are not working with or without Contact form plugin... Any updates on this problem? Link to comment Share on other sites More sharing options...
peranders Posted May 16, 2021 Author Share Posted May 16, 2021 Which version did you upgrade from? Which php version do you have? Do you have any error log to examine? Link to comment Share on other sites More sharing options...
saniaja Posted May 16, 2021 Share Posted May 16, 2021 Upgraded from 1.7.5.2 to 1.7.7.4. PHP version 7.3. No error logs. Just no emails are sent. When trying to send a test email from back-end > advanced parameters > emails the server drops and returns after 15 min. Link to comment Share on other sites More sharing options...
peranders Posted May 16, 2021 Author Share Posted May 16, 2021 Can you send any email through "Contact us" page? Link to comment Share on other sites More sharing options...
saniaja Posted May 17, 2021 Share Posted May 17, 2021 Same problem. Tried to send a test email from Contact Form on a website.. Server died.. Resumed after 15min Link to comment Share on other sites More sharing options...
peranders Posted May 18, 2021 Author Share Posted May 18, 2021 Do you have a web hotel or do you have your own server? The error log says nothing? You could try to install Joomla and see if emailing there works, just to compare. Link to comment Share on other sites More sharing options...
peranders Posted July 27, 2021 Author Share Posted July 27, 2021 Any success? Link to comment Share on other sites More sharing options...
Nickz Posted July 27, 2021 Share Posted July 27, 2021 (edited) You could always reemplace contact page thru a custom html form. We do that for wordpress sites as the contact form 7 is often abused. @peranders On 5/17/2021 at 6:13 PM, saniaja said: Same problem. Tried to send a test email from Contact Form on a website.. Server died.. Resumed after 15min Edited July 27, 2021 by Nickz (see edit history) Link to comment Share on other sites More sharing options...
saniaja Posted July 27, 2021 Share Posted July 27, 2021 We can replace a contact page form but what about all outgoing emails? I mean all notifications etc. Link to comment Share on other sites More sharing options...
Nickz Posted July 28, 2021 Share Posted July 28, 2021 On 7/27/2021 at 2:36 PM, saniaja said: I mean all notifications etc. did you try that: https://tekeye.uk/html/php-mail-script-for-testing-email-sending Link to comment Share on other sites More sharing options...
saniaja Posted October 15, 2021 Share Posted October 15, 2021 Hi Nickz. Haven't tried that. Thank you for your suggestion. I will try that solution. Link to comment Share on other sites More sharing options...
Nickz Posted October 19, 2021 Share Posted October 19, 2021 On 10/15/2021 at 6:28 AM, saniaja said: I will try that solution. great just report back 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