Jump to content

Recommended Posts

Posted

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

Posted
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

Posted

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

no-mo-mail.gif

  • 2 years later...
Posted
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;

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...