-
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 when you click 'send email' you get a message 'You sent the order email.' #32148
Comments
Hi @f1-outsourcing. 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. Please, add a comment to assign the issue:
🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
this[1] works for me, and here[2] they write that magento 2.3 is still using the php mail function. So I do not know why these mails are not going out. I have even reverted back to original/default templates of magento, but still no luck. Thus, I do not know how you can generate a message with a green check mark, when in fact the message is not send. php -r "mail('test@example.com','theme','body');" [1] [2] [3] |
Hi @engcom-Delta. Thank you for working on this issue.
|
Hi @f1-outsourcing thank you for your report, I'm not able to reproduce issue by steps you described on clean 2.4-develop
Result: Please feel free to comment, reopen or create new ticket according to the Issue reporting guidelines |
Did you have this in your log file "main.ERROR: Unable to send mail: Unknown error "? I guess not, thus you have tested totally different situation. And since I did not mention what I did to get this message, you can maybe conclude that I have no idea what config setting it could have been. That means you have to ask a developer under what circumstances this message is being generated, so you can apply these to your test. Besides you should never use 'sent' but 'scheduled', because it goes in your queue and if the cron does not run, the message is simply not sent. You can only use sent when the MTA reports back the message has correctly been received (obviously). |
When you click 'Send Email' on this page adminuo/sales/order/view/order_id/140/key/xxx/
This is an incorrect message. The message is not send, the sending is scheduled not?
The text was updated successfully, but these errors were encountered: