Posted by fw_crocodile on December 3, 2009 at 3:58pm
Hi,
I've the simple need of disabling certain user from receiving SMS.
So they should be enabled to register their phone number, but not to receive Blast messages. I was thinking about a "simple" default user Role, say "SMS enabled" to wich the admins could un/subscribe the users. That Role could be inserted by default upon installation of SMS Blast.
This would give a simple way to enable disable certain user, adding only few line of code to the module, and without dependencies.
There is already a similar solution?
Could it be interesting?
Anselmo

Comments
if you're trying to mass send
if you're trying to mass send sms to a filtered list of users you can use smsbulk module: http://drupal.org/project/smsbulk
No, that's for future
No,
that's for future plan.
For the moment i just want to be able to disable certain users from receiving SMS, in a granular way. Without the need to use list of users or views etc...
Just to have a basic way to disable a user.