Closed
Description
Preconditions (*)
- Magento 2.3, Magento 2.2
- Enabled CRON
- enabled sales_email/general/async_sending config
Steps to reproduce (*)
- Disable email sending config for Invoice, Creditmemo, Shipment entities (Stores->Configuration->Sales->Sales Emails)
- Create Invoice, Creditmemo, Shipment via admin panel
- Enable email sending config for Invoice, Creditmemo, Shipment entities
- Wait for CRON or trigger it manually via bin/magento cron:run command
Expected result (*)
- The emails for the sales entities which were created with disabled email sending do not send via asynchronous email sending after enabling the email sending config for the sales entities.
Actual result (*)
- The emails for the sales entities which were created with disabled email sending send via asynchronous email sending after enabling email sending config for the sales entities.
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.2 release lineThe issue has been fixed in 2.3 release lineGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release