MyBB Community Forums
Email Notification for all users - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community Archive (https://community.mybb.com/forum-106.html)
+--- Forum: Archived Forums (https://community.mybb.com/forum-143.html)
+---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html)
+----- Forum: MyBB 1.4 (https://community.mybb.com/forum-80.html)
+------ Forum: MyBB 1.4 General Support (https://community.mybb.com/forum-81.html)
+------ Thread: Email Notification for all users (/thread-54062.html)



Email Notification for all users - Prudens - 2009-08-03

How do I make all current and future users have Email Notification on all thread replies?

Thanks!


RE: Email Notification for all users - brad-t - 2009-08-03

this is a good way to really irritate your users


RE: Email Notification for all users - Matt - 2009-08-03

Current:

UPDATE `mybb_users` SET `subscriptionmethod` = '2';

Future:

http://mods.mybboard.net/view/registration-checkbox-configuration

(2009-08-03, 12:02 AM)Bey Brad Wrote: this is a good way to really irritate your users

Mmm, I'd change my email address to a black-hole address, or just leave, but it isn't my decision.


RE: Email Notification for all users - User 2877 - 2009-08-03

This is likely to set off spam filters and certain mail providers will block all your email as spam. What you want to do is against US law and mostly pisses off users. Your ISP also probably has TOS against this type of behavior. All subscription emails need to be opt-in.


RE: Email Notification for all users - Prudens - 2009-08-03

Nah, ain't against any law. Just that a while ago I accidentally turned off notification for everybody. So now I'm simply restoring what it was. Thanks.


RE: Email Notification for all users - User 2877 - 2009-08-03

http://en.wikipedia.org/wiki/CAN-SPAM_Act_of_2003

Yes...it is. You are bulk emailing people without their permission.

A couple complaints to Godaddy and they shut off your hosting and suspend your domain too.

Unfortunately I have to point to a VB thread as it's probably the best explanation dealing with forums:

http://www.vbulletin.org/forum/showthread.php?t=180732

Quote:Subscription
Each user on your distribution list should opt to receive messages from you in one of the following ways (opt-in):
• Through an email asking to subscribe to your list.
• By manually checking a box on a web form, or within a piece of software.
We also recommend that you verify each email address before subscribing them to your list.

*As discussed above.

The following methods of address collection are not considered 'opt-in' and are not recommended:
• Using an email address list purchased from a third-party.

*Speaks for itself.

Setting a checkbox on a web form or within a piece of software to subscribe all users by default (requiring users to explicitly opt-out of mailings).

*In other words;
adminCP -> vbulletin options -> User registration options -> default registration options
should not have “automatic thread subscription” set to receive email notification.



RE: Email Notification for all users - Prudens - 2009-08-03

Oh ok, sorry. Didn't know that. But how do I restore the previous subscription settings? I accidentally resetted it that's why I am asking this... I don't wanna spam no body lol..


RE: Email Notification for all users - Matt - 2009-08-03

You could run that query but change the 2 to a 1; they'll subscribe to threads so they show up in the subscribed threads list but there won't be any emails.


RE: Email Notification for all users - User 2877 - 2009-08-03

Forum users in general understand how subscriptions work. I sent out thousands per day without any significant problems.