Closed (fixed)
Project:
E-mail Marketing Framework
Version:
6.x-1.2
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2009 at 17:23 UTC
Updated:
21 Jan 2011 at 14:52 UTC
Just a quick question- on our site we want to autosubscribe users when they sign up (we collect various data including a subscribe CCK field). Is this possible with this module? Can I subscribe users currently in the DB?
Comments
Comment #1
davyvdb commentedThis is possible using some small programming on your own side in a custom module.
I'd advise you export and import the users from your db via excell in your mailing service (Mailchimp or Campaign Monitor). BTW. You need confirmation from these users that they want to subscribe to be legal.
Comment #2
Michsk commentedOk this is still fixed, here is how. Made completely posible by Davy.
1) Download and install rules: http://drupal.org/project/rules
2) Download and install token: http://drupal.org/project/token
3) Update your /emf/emf.helpers.inc with following cvs: http://cvs.drupal.org/viewvc/drupal/contributions/modules/emf/emf.helper... (read the legend below)
4) Import the following rule in the rules module:
Your all set.
Comment #3
davyvdb commentedThis is now also available as an action for the core "actions" module. You can created advanced actions where you can select per action what lists needs to be subscribed to.
Comment #5
Odd Hill commentedThank you for the snippet. Integration with the rules module would be even more helpful though