This does not work from Firefox, Google or IE. When you initiate the password reset, using the proper email address, nothing is sent, at all. I have restarted all services on the server to test, but am getting no reset email password. I even deleted the mailbox and setup a new one to test and it does not work. Is there a known bug in 2.0.20?
Oh and to follow up with this version and teh version prior when you set an admin username and password, the password has never worked and I have done 50 installations. I am meticulous about making sure I copy the exact password, no space before or after, but I always have to generate a lost password to get in....
Oh and to follow up with this version and teh version prior when you set an admin username and password, the password has never worked and I have done 50 installations. I am meticulous about making sure I copy the exact password, no space before or after, but I always have to generate a lost password to get in....
Last edited by peterMartin77 on Wed Apr 08, 2015 12:54 am, edited 1 time in total.
Try to make an order and see if you receive an email, might have to do with email sending and not the password reset.
Opencart Developer - My Extension Showcase
Contact me at aeon.yoda@gmail.com
mail sending fine on server. Tested and even swapped from dovecot to courier, if I send an email to domain it works fine, so its not the domain, it seems to be cart related? If I delete the user from phpmyadmin, can I regenerate a new user from the login screen?
Per datacenter:
I am not seeing any errors in Apache indicating an issue with the server. The script however doesn't appear to be connecting to Exim to send email for some reason. I
I am not seeing any errors in Apache indicating an issue with the server. The script however doesn't appear to be connecting to Exim to send email for some reason. I
Just to confirm, did create an order and did not receive an email.
I am not seeing any issues with DNS at this time. The server itself is able to resolve the domain name in question without an issue. From what I can tell the script isn't connecting properly to Exim if it is even attempting to, as there are no entries in Exim's logs when I submit the forgotten password form. There are no errors in Apache either so at least at this time I am not seeing any issues with the server in that regard.
It seems that something with regards to mail in this version is not working?
I am not seeing any issues with DNS at this time. The server itself is able to resolve the domain name in question without an issue. From what I can tell the script isn't connecting properly to Exim if it is even attempting to, as there are no entries in Exim's logs when I submit the forgotten password form. There are no errors in Apache either so at least at this time I am not seeing any issues with the server in that regard.
It seems that something with regards to mail in this version is not working?
It's a bug in 2.0.2.0.
https://github.com/opencart/opencart/co ... 6b91b5b3b5
Change instances of $this->config->get('config_mail_smtp_host') to $this->config->get('config_mail_smtp_hostname').
It'd be nice if we had robust testing to catch these things but here we are. Again.
https://github.com/opencart/opencart/co ... 6b91b5b3b5
Change instances of $this->config->get('config_mail_smtp_host') to $this->config->get('config_mail_smtp_hostname').
It'd be nice if we had robust testing to catch these things but here we are. Again.
-Ryan
config_mail_smtp_host was changed to config_mail_smtp_hostnamegsc1ugs wrote:My orders and other newsletter stuff is all working... what you mean under another name?
Your old settings are stored under the former, the current settings under the latter. Some areas will still work if you haven't fixed the bugs from the link I posted because they're still using config_mail_smtp_host. So the fix is:
1) Update all occurrences of config_mail_smtp_host to config_mail_smtp_hostname
2) Go back into admin and re-add your SMTP host setting so it's under the new value.
-Ryan
Who is online
Users browsing this forum: No registered users and 2 guests