-
Notifications
You must be signed in to change notification settings - Fork 22
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
Broadcast sends email to all all subscribers of other newsletters #282
Comments
Hi guys! Step 1: The default behavior is to populate the column in the database with the value from this field. However, the javascript library / function is doing nothing, hence the first issue related to the code. Step 2: In the source of processes/broadcast_processor.php, the query used to filter the recipients is not correct. so, on line 34 you should replace the old query with the new one $getSubscribersForBroadcastQuery = sprintf( This will take in account only the subscribers that enrolled to the specified newsletter in the broadcast record. Hope this helps and thank you again for this plugin! |
Cezar, |
Hey! I see that the work on this plugin has been discontinued. Have fun ! From: lukeheights [email protected] Cezar, |
It's actually not discontinued. |
It was written on the plugin page, sorry if I misunderstood... From: Gordon [email protected] It's actually not discontinued. |
Hello!
Thank you so much for this amazing plugin.
My tests show that when a send a broadcast to 1 newsletter subscribers, all subscribers of all lists get the email. Can you please fix this ?
Thank you !
The text was updated successfully, but these errors were encountered: