-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need help.can't send mail. #9
Comments
I have the same problem |
@shuaiZend @troncar ... What version of magento and php are you running? |
Magento 2.0.2 |
What PHP version? |
@srenon PHP7 and Magento2.0.2 |
This is a bug in magento when using php7 where the encrypting and decrypting of system config not working correctly. Also see #8 See Issue To fix this issue see magento/magento2@32ca5c9 or https://github.com/magento/magento2/pull/3054/files |
@srenon thank you. |
@srenon i used your last version...notice
|
@srenon I try to compare the two databases Email password field in core_config_data. |
Try re-saving ... and check the password again. I just reenter my password on php 5.x, then check the password and it is encrypted. So this must be a php7 or the changes you make issue. Also what do you mean by previous and latest version? |
I try re-saving password again. but still can't send email. |
Undo the changes you made for php7 and try saving again |
I rollback data.php in php7. |
Try doing |
A quick way to test to see if this is issue only affect this module is to enable another module that encrypt password (uses |
@shuaiZend PHP: 5.6.15 |
test send is okay.
but other email can't send.
have any log file?where?
The text was updated successfully, but these errors were encountered: