-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Magento 2.3 contact form not sending emails( No log entry) #23645
Comments
Hi @YiffyToys. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @YiffyToys do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @engcom-Charlie. Thank you for working on this issue.
|
Hello @YiffyToys ! Please provide more information about this issue |
@magento give me 2.3-develop instance |
Hi @YiffyToys. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @YiffyToys, here is your Magento instance. |
✅ Confirmed by @engcom-Charlie Issue Available: @engcom-Charlie, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Hi @NishaJangid. Thank you for working on this issue.
|
@magento give me 2.3-develop instance |
Hi @BrentRobert. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @BrentRobert, here is your Magento instance. |
I can confirm that it is fixed in Magento CE 2.3.3 If you are reading this, please note that #24902 may have been added in the process. |
FYI @YiffyToys - it's not fixed in M2.3.3, but in M2.3-dev. Hopefully will be included in next M2.3.4 release. |
I reported this issue and after the update to 2.3.3-CE my contact form works again. |
@YiffyToys This issue is still valid as it states that there is not always logging available. Your underlying issue might have been fixed meanwhile. |
seriously it's not fixed yet!? why am I surprised... |
Preconditions
Magento 2.4-develop
Steps to reproduce (*)
throw new LocalizedException(__('test localized exception'));
beforemagento2/app/code/Magento/Contact/Controller/Index/Post.php
Line 75 in 2268edc
Expected result (*)
Actual result (*)
Original case:
Preconditions
Magento 2.3.0, 2.3.1 or 2.3.2 CE
Steps to reproduce (*)
Expected result (*)
Actual result (*)
1**. as a user get a generic error message that email could not be sent**
2. No log entry in any of the Magento, PHP or Apache logs that provides any insight
Since order status emails can be sent, Magento is clearly capable of sending emails to users.
At the very least, there must be a log entry THAT something happend and best even provide inside what needs fixing. Currently there is no log entry at all. Not even on DEBUG level.
The text was updated successfully, but these errors were encountered: