Skip to content
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

Bug report: Batch email problem #54

Closed
AlwynBarry opened this issue Jun 9, 2015 · 1 comment
Closed

Bug report: Batch email problem #54

AlwynBarry opened this issue Jun 9, 2015 · 1 comment

Comments

@AlwynBarry
Copy link

From a report the Batch Email feature emailed the same people in each batch, and the full set (59 people) were emailed each time. Not sure why ... it worked previously but I've not used this feature since the 2.10 update and I'm now running 2.10.4, and so I guess the problem could have been introduced anywhere in the 2.10 series! Sorry to not be of more help!

@GatesheadBen
Copy link

I can confirm this issue.
It looks like line 134 of call_email.class.php has ...getHref($emails...
rather than ...getHref($chunk...

<a class="btn" href="getHref($emails, $public); ?>"
onclick="this.style.textDecoration='line-through'" >Email Batch #  
<a class="btn" href="getHref($chunk, $public); ?>"
onclick="this.style.textDecoration='line-through'" >Email Batch #  

On 9 June 2015 at 15:18, AlwynBarry notifications@github.com wrote:

From a report the Batch Email feature emailed the same people in each
batch, and the full set (59 people) were emailed each time. Not sure why
... it worked previously but I've not used this feature since the 2.10
update and I'm now running 2.10.4, and so I guess the problem could have
been introduced anywhere in the 2.10 series! Sorry to not be of more help!


Reply to this email directly or view it on GitHub
#54.

07858 739412
11 Jubilee Ave - NE9 7HN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants