Mintsoft Posted June 14, 2007 Posted June 14, 2007 Howdy all, long time no see Right, does anyone know how to turn off moodle emailing EVERYONE whenever a news item is changed on main page etc. I think personally I'd like to just disable as much of the emailing as possible! Thanks - Rob Emery
Geoff Posted June 14, 2007 Posted June 14, 2007 This is a per user setting. It's up to them if they wish to get spammed to death or not.
Mintsoft Posted June 15, 2007 Author Posted June 15, 2007 This is a per user setting. It's up to them if they wish to get spammed to death or not. Damn, so theres not a way to make it default to being off or anything like that Thanks
Geoff Posted June 15, 2007 Posted June 15, 2007 Well you can run an SQL query on the DB and disable it in each users settings.
Mintsoft Posted June 18, 2007 Author Posted June 18, 2007 Ahh Good Idea, it would at least do for the moment I thinks! Cheers
_Bat_ Posted June 26, 2007 Posted June 26, 2007 Generic comments like that point in the direction of a bot to me.
artlader Posted July 3, 2007 Posted July 3, 2007 Hi, You might want to try this: 1. Go to a link similar to this one http://yoursite/moodle/mod/forum/view.php?f=somenumber&showall=1 "yoursite" = your domain "somenumber" = the id number of the forum 2. Click the "allow everyone to choose" link. That should do it. Hope that helps a bit. -- Art
CyberNerd Posted October 2, 2009 Posted October 2, 2009 Well you can run an SQL query on the DB and disable it in each users settings. I just stumbled onto this one again. Our zimbra is getting 18k email per day from the forums! UPDATE mdl_user SET maildigest=2; for Default: ALTER TABLE `moodle_database`.`mdl_user` MODIFY COLUMN `maildigest` TINYINT(1) UNSIGNED NOT NULL DEFAULT 2;
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now