CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Resending
Pages: 1 [2]

Author Topic: Resending  (Read 9377 times)

TallDavid

  • I post occasionally
  • **
  • Posts: 41
  • Karma: 2
    • ATO Zeta Mu Alumni
  • CiviCRM version: 3.4.8
  • CMS version: Drupal 6.22
  • MySQL version: 5.1.52
  • PHP version: 5.2.13
Re: Resending
February 11, 2010, 07:57:22 pm
Hmmm, works great until I get to step 9.  Although 128 Recipients were selected, in step 9 I get "Total Recipients: 2".  Ideas?

TallDavid

  • I post occasionally
  • **
  • Posts: 41
  • Karma: 2
    • ATO Zeta Mu Alumni
  • CiviCRM version: 3.4.8
  • CMS version: Drupal 6.22
  • MySQL version: 5.1.52
  • PHP version: 5.2.13
Re: Resending
February 11, 2010, 08:14:55 pm
Apparently one of the 2 Recipients is "Members of Hidden Smart Group 6".  This Smart Group contains the 128 contacts, for which, the original email bounced.  It's great that we can re-send the bounced emails :), but, we lose the ability to track opens, etc :(.

Piotr Szotkowski

  • Moderator
  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: Resending
February 15, 2010, 05:16:27 am
Quote from: TallDavid on February 11, 2010, 08:14:55 pm
This Smart Group contains the 128 contacts, for which, the original email bounced.

I’m not sure whether I follow your case, but it might be worthwhile to check whether these recipients’ email addresses aren’t on hold; if there was a bounce, they might very well be, and in such case CiviMail won’t send to them.
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

obiuquido144

  • I post occasionally
  • **
  • Posts: 34
  • Karma: 4
Re: Resending
March 30, 2010, 11:14:15 am
Quote from: TallDavid on February 11, 2010, 07:57:22 pm
Hmmm, works great until I get to step 9.  Although 128 Recipients were selected, in step 9 I get "Total Recipients: 2".  Ideas?

We just started experiencing your issue after upgrading from 2.2.2 to 3.1.3. The bounced addresses are now automatically being set "ON HOLD". Maybe this is a desirable functionality that just wasn't working right in v. 2 (and enabled us to do this).

I will be trying to understand/looking for a workaround within the next 2 weeks and will reply in this thread when done.

adixon

  • I post frequently
  • ***
  • Posts: 314
  • Karma: 19
    • Blackfly Solutions
Re: Resending
May 31, 2010, 11:13:51 am
This was great, thank you. In case anyone else needs it, here's a handy piece of sql to reset all the on_hold emails which were set by a specific bounce type (in my case it was 6, or "type unknown").

Code: [Select]
update civicrm_email ce inner join civicrm_mailing_event_queue eq on ce.id = eq.email_id inner join civicrm_mailing_event_bounce eb on eq.id = eb.event_queue_id set ce.on_hold = 0, reset_date = NOW() where eb.bounce_type_id = 6;

I'm tempted to suggest that running this every week or so might be smart, assuming that your 'type unknown' means it might actually be a valid account that you probably don't want to be set on hold.

Piotr Szotkowski

  • Moderator
  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: Resending
June 01, 2010, 04:47:35 am
You can also try creating a profile that exposes the on-hold status and then batch-update contact search results via that profile.

Also, CiviCRM 3.2 will have the ‘unhold emails’ task in search results (check it out on our sandbox).
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

bcobin

  • I post frequently
  • ***
  • Posts: 337
  • Karma: 9
    • InterCreative Media
  • CiviCRM version: 4.3.3
  • CMS version: Drupal 7.22
  • MySQL version: 5.5.9
  • PHP version: 5.3
Re: Resending
June 11, 2010, 02:14:08 pm
Holy cannolli - you guys are amazing! You just saved my bacon.

Great solution - brilliantly documented - thanks to all...

Pages: 1 [2]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Resending

This forum was archived on 2017-11-26.