Hello,
is there an easy way to email all registered active users on a Drupal 7 site? Any module for example? I could not find anything...
Thanks, Andre
You Can use Rules Module Regards Sunil Dhimal
On Wed, Apr 27, 2011 at 3:53 AM, Andre Durudas durudasa@gmail.com wrote:
Hello,
is there an easy way to email all registered active users on a Drupal 7 site? Any module for example? I could not find anything...
Thanks, Andre
-- [ Drupal support list | http://lists.drupal.org/ ]
Thanks Sunil!
The Rules module looks good for a variety of reasons. However, I don't think it'll work for my purposes. I need something to send an email to all registered active users on a manual trigger. With Rules, it seems, I can only define automatic triggers.
sunil dhimal mailto:sunildhimal@gmail.com April 27, 2011 4:20 AM
You Can use Rules Module Regards Sunil Dhimal
Andre Durudas mailto:durudasa@gmail.com April 26, 2011 3:23 PM
Hello,
is there an easy way to email all registered active users on a Drupal 7 site? Any module for example? I could not find anything...
Thanks, Andre
In Drupal 6.20 site, login to the site as administrator, create content of one Page or one Story, but when click on the link of this content, there is below error message displayed in the page.
"Access Denied You are not authorized to access this page."
It is much appreciated if anyone can help with this.
On Wed, May 4, 2011 at 3:25 PM, Andre Durudas durudasa@gmail.com wrote:
Thanks Sunil!
The Rules module looks good for a variety of reasons. However, I don't think it'll work for my purposes. I need something to send an email to all registered active users on a manual trigger. With Rules, it seems, I can only define automatic triggers.
sunil dhimal sunildhimal@gmail.com April 27, 2011 4:20 AM
You Can use Rules Module Regards Sunil Dhimal
Andre Durudas durudasa@gmail.com April 26, 2011 3:23 PM
Hello,
is there an easy way to email all registered active users on a Drupal 7 site? Any module for example? I could not find anything...
Thanks, Andre
-- [ Drupal support list | http://lists.drupal.org/ ]
Hey Andre,
This can be easily done by a custom module, just some simple queries and code, and it will be done. You can select the active users from the database by referring to status field in users table (1 is active, 0 is blocked), and email them whatever content you want to. Also, if in case you want to send a drupal defined mail, these are stored in variables table, so you can refer that as well.
On Wed, May 4, 2011 at 8:55 AM, Andre Durudas durudasa@gmail.com wrote:
Thanks Sunil!
The Rules module looks good for a variety of reasons. However, I don't think it'll work for my purposes. I need something to send an email to all registered active users on a manual trigger. With Rules, it seems, I can only define automatic triggers.
sunil dhimal sunildhimal@gmail.com April 27, 2011 4:20 AM
You Can use Rules Module Regards Sunil Dhimal
Andre Durudas durudasa@gmail.com April 26, 2011 3:23 PM
Hello,
is there an easy way to email all registered active users on a Drupal 7 site? Any module for example? I could not find anything...
Thanks, Andre
-- [ Drupal support list | http://lists.drupal.org/ ]
FYI: I'll be working on adding this functionality to project forena over the next few weeks. Basically it's form emails for an arbitrary sql query. Not sure if it will be ready in time for you, but thought you'd like to know.
________________________________
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Vaibhav Jain Sent: Tuesday, May 03, 2011 9:20 PM To: support@drupal.org Subject: Re: [support] Email to all active users
Hey Andre,
This can be easily done by a custom module, just some simple queries and code, and it will be done. You can select the active users from the database by referring to status field in users table (1 is active, 0 is blocked), and email them whatever content you want to. Also, if in case you want to send a drupal defined mail, these are stored in variables table, so you can refer that as well.
On Wed, May 4, 2011 at 8:55 AM, Andre Durudas durudasa@gmail.com wrote:
Thanks Sunil!
The Rules module looks good for a variety of reasons. However, I don't think it'll work for my purposes. I need something to send an email to all registered active users on a manual trigger. With Rules, it seems, I can only define automatic triggers.
________________________________
sunil dhimal mailto:sunildhimal@gmail.com April 27, 2011 4:20 AM
You Can use Rules Module Regards Sunil Dhimal
________________________________
Andre Durudas mailto:durudasa@gmail.com April 26, 2011 3:23 PM
Hello,
is there an easy way to email all registered active users on a Drupal 7 site? Any module for example? I could not find anything...
Thanks, Andre
-- [ Drupal support list | http://lists.drupal.org/ ]