mirror of
https://github.com/moodle/moodle.git
synced 2025-03-03 07:19:09 +01:00
This commit change send course welcome message to a drop-down that now supports sending emails from: - Course contact - Enrolment key holder - No reply address Also moves part of the logic of handling send welcome email from to a new method get_welcome_email_contact() and unit test for this new method.
ENROLMENT MODULES ----------------- (Yes, that's the correct English spelling ;-) ) All enrolment modules must extend base class enrol_plugin which is defined in lib/enrollib.php. You can find documentation of each method in the base class.