Virtual Learning Platforms Thread, Moodle Emails in Technical; Howdy all, long time no see
Right, does anyone know how to turn off moodle emailing EVERYONE whenever a news ...
14th June 2007, 01:35 PM #1 Rep Power 0 Moodle Emails
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
14th June 2007, 03:16 PM #2 Re: Moodle Emails This is a per user setting. It's up to them if they wish to get spammed to death or not.
15th June 2007, 11:22 AM #3 Rep Power 0 Re: Moodle Emails
Originally Posted by
Geoff 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
15th June 2007, 11:28 AM #4 Re: Moodle Emails Well you can run an SQL query on the DB and disable it in each users settings.
18th June 2007, 03:57 PM #5 Rep Power 0 Re: Moodle Emails Ahh Good Idea, it would at least do for the moment I thinks!
Cheers
26th June 2007, 07:44 AM #6 Rep Power 0
26th June 2007, 07:53 AM #7 Re: Moodle Emails Generic comments like that point in the direction of a bot to me.
3rd July 2007, 08:33 PM #8 Rep Power 0
Re: Moodle Emails Hi,
You might want to try this:
1. Go to a link similar to this one PHP Code:
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 Attached Images
2nd October 2009, 09:56 AM #9
Originally Posted by
Geoff 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! Code:
UPDATE mdl_user SET maildigest=2; for Default: Code:
ALTER TABLE `moodle_database`.`mdl_user` MODIFY COLUMN `maildigest` TINYINT(1) UNSIGNED NOT NULL DEFAULT 2;
SHARE:
Similar Threads
By plexer in forum ICT KS3 SATS Tests
Replies: 2
Last Post: 2nd May 2006, 07:56 AM
By openhgs in forum Windows
Replies: 5
Last Post: 26th April 2006, 01:27 PM
By pooley in forum How do you do....it?
Replies: 8
Last Post: 23rd January 2006, 05:14 PM
Thread Information Users Browsing this Thread There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads You may not post replies You may not post attachments You may not edit your posts Forum Rules