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) »
  • E-mail addresses on hold
Pages: 1 2 3 [4]

Author Topic: E-mail addresses on hold  (Read 26051 times)

vhlede

  • I’m new here
  • *
  • Posts: 9
  • Karma: 1
    • Chicago Veterinary Medical Association
  • CiviCRM version: CiviCRM 3.4.5
  • CMS version: Drupal 6.2.2
  • MySQL version: 5.2.17
  • PHP version: 5.0.91
Re: E-mail addresses on hold
June 07, 2010, 09:11:29 am
Hi,

Quote from: Donald Lobo on February 17, 2010, 08:55:57 pm
3. currently not possible. If someone wants to contribute a custom search (or patch for this) that would be great and appreciated

Actually it is possible 8).
How? Got to Civi >> Search >> Search Builder

Then Include contacts where:
Individual + On hold + type of e-mall (work, home...) + = + 1

Civi will search for all individuals that have On hold = 1.

I still did not find how to change it - except, as Stoob suggested, going to the database and doing:
Code: [Select]
update civicrm_email set on_hold = 0;
Is there a better way?
« Last Edit: June 07, 2010, 09:14:49 am by vhlede »
Coming together is a beginning. Keeping together is progress. Working together is success.
- Henry Ford

Piotr Szotkowski

  • Moderator
  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: E-mail addresses on hold
June 07, 2010, 11:14:30 am
Quote from: vhlede on June 07, 2010, 09:11:29 am
I still did not find how to change it - except, as Stoob suggested, going to the database and doing:
Code: [Select]
update civicrm_email set on_hold = 0;
Is there a better way?

In CiviCRM 3.2 there will be a search result task to un-hold email addresses; for now the above is the simplest solution (I just checked and the ‘on hold’ status is not exposed to profiles; if it was, you could mass-edit search results via such profile…).
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.

tolitski

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 4.0.5
  • CMS version: Drupal 7.8
  • MySQL version: MySQL 5.1.58-community-log
  • PHP version: 5.2.17
Re: E-mail addresses on hold
October 24, 2011, 11:32:40 am
I just upgraded to 4.0.5 and realized that hostmonster does not support VERP formatted addresses. I get this error message:

[Mon Oct 24 10:19:48 2011] [error]
220-hostxxx.hostmonster.com ESMTP Exim 4.76 #1 Mon, 24 Oct 2011 10:19:48 -0600 ,
220-We do not authorize the use of this system to transport unsolicited,
and/or bulk e-mail.,
250-hostxxx.hostmonster.com Hello localhost.localdomain [127.0.0.1],
250-SIZE 52428800,
250-PIPELINING,
250-AUTH PLAIN LOGIN,
250-STARTTLS,
250 HELP,
250-hostxxx.hostmonster.com Hello localhost [127.0.0.1]
501 : domain missing or malformed
referer: http://<domain>/secure/index.php?q=civicrm/mailing/send&_qf_Test_display=true&qfKey=bd22f7c96c11a753758c9d13f4d7f2a5_8509

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: E-mail addresses on hold
October 24, 2011, 09:38:46 pm
Please do not post on old posts but start a new thread, especially if it's tangentially related.

You really should use mail() instead of smtp on local (for performance reason), especially if authentication is needed.

Otherwise, being able to handle VERP with + notation is pretty much mandatory to use CiviMail. It might be possible to implement a different solution, but no one has stood up to fund/code it.

X+
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

Pages: 1 2 3 [4]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • E-mail addresses on hold

This forum was archived on 2017-11-26.