Needs review
Project:
Webform Mass Email
Version:
8.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2011 at 08:14 UTC
Updated:
9 Mar 2023 at 09:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
isampo commentedThank you for the request. Will take a look at this if I get some spare time.
Patches are also welcome.
Comment #2
muhleder commentedThis patch adds the ability to send mails to a subset of submissions.
The code from webform that provides the results table is pulled out into the form provided by this module, and a checkbox added to allow selection of submissions to be sent to.
There is a change in basic behaviour in that it is no longer possible to email *every* single submission at once if you have more than 50 submissions - you would have to go through each page and select 50 at a time and send for them.
Comment #3
muhleder commentedDoh, and here's the actual patch
Comment #4
claudinec commentedI am using version 7.x-1.0 of Webform Mass Email. Applying the patch gave me the following output:
However, the patch does appear to be working - I can selectively send emails.
Comment #5
muhleder commented@claudinec The patch is against the 7.x-dev branch rather than the 7.x-1.0 branch.
Comment #6
ruichao commentedHere is a patch for 8.x