Custom Mailing

Activities ::: mod_custommailing
Maintained by CBlueC Blue, Olivier Piton, Renaud Lemaire, Loïc Hannecart
Activity plugin which allows custom mailing creation in course

Custom Mailing v1.1.0

Moodle 3.9, 3.10, 3.11
Released: понеделник, 31 януари 2022, 17:35

Custom mailing activity

This activity allows custom mailing creation with following parameters :

Send an email to each user enrolled in the course :

  • at course enrol
  • x days(s) after first access of the course
  • x days(s) after last access of the course
  • x days(s) after first launch of a scorm (optional scorm completion status)
  • x days(s) after last launch of a scorm (optional scorm completion status)

  • Retroactive mode available for each mailing

This plugin can also generate and send a PDF certificate linked to the mailing when conditions are met. This feature requires Mod customcert plugin https://moodle.org/plugins/mod_customcert

You can create more than one mailing by activity but each user can only receive one email per mailing.

Diagram

Diagram of custommailing

Installation

There are two installation methods available.

Follow one of these, then log into your Moodle site as an administrator and visit the notifications page to complete the install.

Git

This requires Git being installed. If you do not have Git installed, please visit the Git website.

Once you have Git installed, simply visit your Moodle mod directory and clone the repository using the following command.

git clone https://github.com/cbluesprl/moodle-mod_custommailing.git custommailing

Or add it with submodule command if you use submodules.

git submodule add https://github.com/cbluesprl/moodle-mod_custommailing.git mod/custommailing

Download the zip

Visit the Moodle plugins website and download the zip corresponding to the version of Moodle you are using. Extract the zip and place the 'custommailing' folder in the mod folder in your Moodle directory.

License

Licensed under the GNU GPL License.

Data Privacy

Despite the fact that the plugin can send emails, user email addresses are not stored by the plugin. When a user is deleted by Moodle then user data in this plugin will be deleted.

Version information

Version build number
2022013100
Version release name
v1.1.0
Maturity
Стабилна версия
MD5 Sum
4ccc4c040629aac5d0ce5087ceead7c6
Supported software
Moodle 3.9, Moodle 3.10, Moodle 3.11

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS tag
v1.1.0

Default installation instructions for plugins of the type Activities

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "assignment") in the "mod" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation