-
-
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
Test email not working after save #25
Comments
@jaishreeem ... Can you check to see what password magento is return after save .... (edit the controller to return the actual password) |
@srenon , I have changed below line the file. I have observed that password return after save is NULL (blank). Kindly advise whether is this the modification you expect or guide on modification. File: Controller/Adminhtml/Test/Index.php |
Is this in a store view or global view? (are you run multi-store?) The above code should have return your password |
I have the same issue of test email not sending. Possibly different reason to above but it seems the password filed is not decrypted when you retrieve it in the helper Maybe related to this: magento/magento2#2984 If I hard code my password in there instead of using the config value my emails start sending. Might be worth adding a note to the README that google will warn of unsecure account access from an unknown app when using the default settings of the module. |
@chris-pook ... what version of magento are you using? The wrong decryption of password should have been fix in magento #7 |
This was in Magneto 2.1.2, PHP 7 |
@srenon Action taken: @chris-pook |
Hi All,
I able sent test email before press "Save Config" button. But test email not working after press "Save Config" button and received invalid username and password message. Store email also not sent.
Details:
Magento 2.1.1
MySQL 5.7.14
PHP 7.0.10
I have already reviewed below link. Suspect, not applicable for Magento 2.1.1
#7
Kindly help to resolve the issue. #
The text was updated successfully, but these errors were encountered: