By Tanis.7x on
I have to emailing features I would like to implement, but have not found a suitable module (or set of modules) yet.
First, I have a "News" content type. I would like to have all users receive the content of all news posts by default (with the option to unsubscribe).
Second, I would like users of a certain role to be able to email all users of another role.
How would I go about setting this up?
Comments
What modules have you
What modules have you tried?
---
"Nice to meet you Rose...run for your life." - The Doctor
My first public Drupal site - EyeOnThe503
I can't recall off the top
I can't recall off the top of my head, and I actually haven't found more than two or three that appeared to suit my needs when I was looking at the description.
Notify Module
I use the Notify Module for this, works great.
Where theres a will, theres a way.
I am looking more for
I am looking more for something that will send out the email as soon as the node is made, without running cron.
Sometimes I require this speed of notification, and cron wont run with my server right now anyways.
You can use the
You can use the http://drupal.org/project/rules module to send the email immediately.
===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz
I have currently settled on
I have currently settled on the Notifications module.
Thanks for all your input/help!