-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Issues 13769. Fix wrong info about sent email in order sender. #13878
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
Issues 13769. Fix wrong info about sent email in order sender. #13878
Conversation
bf1dce3
to
1c7e3a1
Compare
Hi @sidolov, thank you for the review. |
Hello @pawcioma!
✅ Expected result:
❌ Actual result:
I see that there is no difference between before and after fixing: email_sent and send_email are equal to 1. Would you mind to share parts of your Sendmail configuration that makes the whole configuration to be broken? |
Hi @TomashKhamlai , one of the possible options how to broke mail service - invalid sendmail configuration in your php.ini: @pawcioma , I verified your solution - it works as expected, thank you for your contribution! |
Hi @pawcioma, thank you for your contribution! Could you create new Pull Request to |
@ihor-sviziev Ok I will prepare |
Description
Fixes wrong info about sent email in Order Sender. Order sender when send method got exception then checkAndSend should return false.
Fixed Issues (if relevant)
Manual testing scenarios
Contribution checklist