-
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
[Backport 2.1-develop] Send email to subscribers only when are new #11316
[Backport 2.1-develop] Send email to subscribers only when are new #11316
Conversation
See comments in #11317 |
All tests passed :) |
Hi @osrecio
Could you please double check the fix |
I will check it with comments of your QA team |
Hi @okorshenko , The PR is based to one customer suscribed to newsletter not recieve tons of email of Answering to QA team:
Yes this funcionality is correct because the customer is previously subscrided and email was sent (the first time).
The file that manage the message is
I tested In fresh 2.1 and in this case the error message shown is :
Yes that casuistry is correct no? (is the same as the previous case), The email I hope that I explained each case correctly and clear. Maybe I missed something. |
[EngCom] Public Pull Requests - 2.1-develop - MAGETWO-83320: #7903 correct the position of the datepicker when you scroll #12045 - MAGETWO-83319: [backport 2.1] Magento 2 Store Code validation regex: doesn't support uppercase letters in store code #12040 - MAGETWO-82948: fix #8846 [Backport 2.1-develop]: avoid duplicated attribute option values #11786 - MAGETWO-81328: [Fix:5439] Send email to subscribers only when are new 2.1 #11316
Only send email/confirmation email of subscription to newsletter only when subscriber is new in newsletter
Description
Check if is necessary send email to a customer that is subscribed to newsletter. If this customer was subscribed previously not necessary send email.
Fixed Issues (if relevant)
Manual testing scenarios
Contribution checklist