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) »
  • diffrence between optout and unsubscribe
Pages: [1]

Author Topic: diffrence between optout and unsubscribe  (Read 1083 times)

carolineb

  • I post occasionally
  • **
  • Posts: 36
  • Karma: 2
diffrence between optout and unsubscribe
September 02, 2013, 01:49:46 am
Hi
I have read the other post in this forum that refers to this question but I don't understand the answer.

I want to ensure  that anyone who says they don't want email from my organisation does not ever get another email regardless of what groups they may be in.

I use this this:

If you do not wish to be contacted please <a href="{action.optOutUrl}">Unsubscribe</a>  <br/> {domain.address}

Is that the correct mechanism?

Thanks
Caroline

FrTommy

  • I post frequently
  • ***
  • Posts: 273
  • Karma: 2
  • CiviCRM version: 4.5.x
  • CMS version: Drupal 7.x
  • MySQL version: 5.5.32
  • PHP version: 5.3
Re: diffrence between optout and unsubscribe
September 02, 2013, 07:49:00 am
Yes, OptOut is basically the contact saying don't ever contact me again.

Unsubscribe is ONLY unsubscribing from that particular Mailing Group.

I would personally change your code to the following to make it clear what they are doing:

If you do not wish to be contacted please <a href="{action.optOutUrl}">Opt out of ALL communication from  us</a>  <br/> {domain.address}

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • diffrence between optout and unsubscribe

This forum was archived on 2017-11-26.