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 Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Group subscription via email
Pages: [1]

Author Topic: Group subscription via email  (Read 482 times)

dschafer

  • I post occasionally
  • **
  • Posts: 93
  • Karma: 3
    • Backoffice Thinking
  • CiviCRM version: 3.2.3 - 4.4.4
  • CMS version: Drupal 6.x, 7.x, Wordpress
  • MySQL version: 5.1.x - 5.5.x
  • PHP version: 5.2.x - 5.4.x
Group subscription via email
January 18, 2011, 02:54:12 pm
We have seen a few users become enrolled in non public groups where it says

"Added (by email)"

To our knowledge none of the profiles or email messages are configured with subscribe links or setup to add users to a group.

Can someone explain what the "Added (by email)" actually means.

I scanned the 3.2.3 code and did not find that exact text.

Thanks
     Dave

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Group subscription via email
January 18, 2011, 08:12:24 pm

dave:

check:

CRM/Contact/BAO/GroupContact.php, function addContactsToGroup (parameter $method)

and

CRM/Mailing/Event/BAO/Subscribe.php, function &subscribe (end of function it calls above function with $method = 'Email')

This in turn is called by:

api/Mailer.php, function crm_mailer_event_subscribe

which is basically invoked when the mailing systems gets an email (or web request) of the form

 subscribe.GROUPID@... (or something like that)

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Group subscription via email

This forum was archived on 2017-11-26.