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) »
  • Behind the scenes of Opt-Out / Unsubscribe
Pages: [1]

Author Topic: Behind the scenes of Opt-Out / Unsubscribe  (Read 1620 times)

mhansen4

  • I post occasionally
  • **
  • Posts: 34
  • Karma: 0
  • Isn't it all Logical
  • CiviCRM version: 3.4
  • CMS version: Drupal 6.22
Behind the scenes of Opt-Out / Unsubscribe
April 20, 2008, 06:48:27 pm
We are using smart groups to dynamicly create some useful mailing lists. If someone choses to unsubscribe from a specific list or chooses to Opt-Out of all lists how is this notated in the Database and can a admin see thiese notations from CiviCRM or would they have to look directly at the database table?
Mike

pankaj

  • Guest
Re: Behind the scenes of Opt-Out / Unsubscribe
April 20, 2008, 11:14:30 pm
optOut from smart (or any) group::
There is a field in civicrm_contact table named is_opt_out which is set one. You can see on contact summary page also in communication preferences, Privacy: DO NOT SEND BULK EMAIL.

Unsubscribe from smart group::
All contact comes under the search criteria belongs to the smart group, there is no entry in civicrm_group_contact table for smart group members(different from normal group).
when a contact is unsubscribed from smart group an entry is made in civicrm_group_contact table with removed status.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Behind the scenes of Opt-Out / Unsubscribe

This forum was archived on 2017-11-26.