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) »
  • Removing addresses from On Hold status
Pages: [1]

Author Topic: Removing addresses from On Hold status  (Read 2012 times)

jase700

  • I post occasionally
  • **
  • Posts: 57
  • Karma: 3
Removing addresses from On Hold status
June 06, 2009, 04:38:17 pm
I sent out a blast e-mail with bad settings and now have 1000s of e-mails listed as on hold that are valid.  Is there a bulk way to reverse this?

jase700

  • I post occasionally
  • **
  • Posts: 57
  • Karma: 3
Re: Removing addresses from On Hold status
June 06, 2009, 05:53:21 pm
Did this the old fashioned way via MySQL....

CMLA

  • I’m new here
  • *
  • Posts: 20
  • Karma: 0
  • CiviCRM version: 4.3.7
  • CMS version: Drupal 6.22
  • MySQL version: 5.5.33
  • PHP version: 5.3.27
Re: Removing addresses from On Hold status
June 12, 2009, 10:22:23 am
Quote from: jase700 on June 06, 2009, 04:38:17 pm
I sent out a blast e-mail with bad settings and now have 1000s of e-mails listed as on hold that are valid.  Is there a bulk way to reverse this?

Could  you elaborate? I am facing the same situation.

jase700

  • I post occasionally
  • **
  • Posts: 57
  • Karma: 3
Re: Removing addresses from On Hold status
June 14, 2009, 01:27:25 pm
I did it by going into the database an taking all of the contacts off of on hold status.

CMLA

  • I’m new here
  • *
  • Posts: 20
  • Karma: 0
  • CiviCRM version: 4.3.7
  • CMS version: Drupal 6.22
  • MySQL version: 5.5.33
  • PHP version: 5.3.27
Re: Removing addresses from On Hold status
June 16, 2009, 10:09:28 am
What table, what query... etc.

Can you elaborate a bit?

Piotr Szotkowski

  • Moderator
  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: Removing addresses from On Hold status
June 16, 2009, 11:57:58 am
Quote from: CMLA on June 16, 2009, 10:09:28 am
What table, what query... etc.

The table is civicrm_email, the column is on_hold, hence the query should be something like

Code: [Select]
UPDATE civicrm_email SET on_hold = 0;
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.

CMLA

  • I’m new here
  • *
  • Posts: 20
  • Karma: 0
  • CiviCRM version: 4.3.7
  • CMS version: Drupal 6.22
  • MySQL version: 5.5.33
  • PHP version: 5.3.27
Re: Removing addresses from On Hold status
June 18, 2009, 09:32:16 am
Quote from: Piotr Szotkowski on June 16, 2009, 11:57:58 am
Quote from: CMLA on June 16, 2009, 10:09:28 am
What table, what query... etc.

The table is civicrm_email, the column is on_hold, hence the query should be something like

Code: [Select]
UPDATE civicrm_email SET on_hold = 0;

Dzieki, Piotr

This is exactly what I used it worked perfectly. For the other noobs out there : open up your PhpMyAdmin, click on the database that holds your civicrm data. Open the table civicrm_email and run the above SQL statement.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Removing addresses from On Hold status

This forum was archived on 2017-11-26.