Force DIGEST

Force DIGEST

by Jared D -
Number of replies: 2

is there a way to force students to only receive a digest? on my virtual server I am exceeding the maximum limit for outgoinh mail, to which they are shutting me down.

HELP?

Average of ratings: -
In reply to Jared D

Re: Force digest

by Helen Foster -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators
Hi Jared,

A possible solution would be to use phpMyAdmin to update all current user profiles to receive a complete email digest type by using the SQL tab to run the following SQL query:

UPDATE mdl_user SET maildigest = '1'


In reply to Helen Foster

Re: Force digest

by N Hansen -
And remove the choice of digest from the page that alllows them to edit their profile, so it stays on digest always.