-
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
Disable email communication set to yes: email did get sent. #5988
Comments
Same here : |
I've checked the magento 2 source. The only module wich seems the be looking a the value of the smtp_disable config is the newsletter module. It uses the isValidForSend method. The rest of the Magento 2 Emails does not use the setting and therefore always sends out emails. Not ideal in development type situations!! Please fix. Thanks |
@Tristan-N |
Did you use Magento`s Data Migration Tool ? |
@Tristan-N I've created a email catcher. Wich also makes it possible to disable all email communication https://github.com/experius/Magento-2-Email-Catcher-Module |
@ilol @victor-v-rad I did it once with the Migration tool from Magento and suffered this problem so I reinstalled the entire Magento installation and used LitExtension Cart Migration. With both migration tools the same problem. @dheesbeen Thanks! |
@victor-v-rad can you please check it? |
Internal ticket created MAGETWO-59146. Thanks for reporting |
[South] Bug fixes - MAGETWO-56529 Magento\Framework\Session\SaveHandlerTest test failed - MAGETWO-55794 [FT] Product is not assigned to category - MAGETWO-56370 [GITHUB] Broken File Type Custom Option #5434 - MAGETWO-59146 [Github] Disable email communication set to yes: email did get sent. #5988 - MAGETWO-56871 [GITHUB] Non-admin do not have permission to search for Categories in Cart Price Rules #6168
The issue has been fixed and delivered to mainline |
@slavvka Is this fix safe to integrate into a 2.1.1 production environment or is there a patch pending? |
Hi @Ctucker9233, I think it is safe to apply the fix for both 2.0 and 2.1. Please see 34257ca and 5b5fd02 commits. |
… yes: email did get sent. #5988 - 2.1
… yes: email did get sent. #5988 - 2.1
… yes: email did get sent. #5988 - 2.1
… yes: email did get sent. #5988 - 2.1
… yes: email did get sent. #5988 - 2.1
Fixed issues; - MAGETWO-59173: [Backport] [Github] Disable email communication set to yes: email did get sent. #5988 - MAGETWO-59622: cannot upgrade 2.0 => 2.1 with auto_increment > 1 - MAGETWO-59775: static content deployment does not generate secure content - MAGETWO-60723: [Backport] - Nginx doesn't redirect to setup page when using port - MAGETWO-61262: [Backport] - CMS Hierarchy menu is not shown when adding a page to hierarchy (when URL rewrite for new page exists) - MAGETWO-61267: [Backport] - view/edit scheduled update option for product disappears from product edit page - MAGETWO-63589: [Backport] - [Github] Imported configurable products with multiple super attributes do not retain super attribute ordering #6079 - MAGETWO-67751: [FT] UpdateAdminUserEntityTest fails on variation UpdateAdminGwsUserEntityTestVariation100 on EE (HTTPS enabled, Chrome) - MAGETWO-69474: [FT] CreateProductAttributeEntityFromProductPageTest (CreateProductAttributeEntityFromProductPageTestVariation1_Searchable_Global_Visible_Comparable_HtmlAllowed_UsedForSorting) unstable for 2.1.7 (CE)
@magento-engcom-team This is fixed for 2.1x now correct? Has it been released in a particular version? |
@Ctucker9233: by quickly looking at the class
So should be fixed in 2.1.x indeed! :) |
MC-36526: Revert public PR:27340
After installing a data migration tool I disabled all Email communication for all store-views. However, people who are subscribed to the newsletter received a confirmation e-mail with the basic Luma template without any data (see screenshot). Sender of email turned out to be owner@example.com.
Preconditions
Steps to reproduce
Expected result
Actual result
See screenshot (red marks are because of the store data there).
The text was updated successfully, but these errors were encountered: