xlith/private_message_email_hook

Simple email hook module designed for private_message.

0.0.2 2020-09-02 20:20 UTC

This package is auto-updated.

Last update: 2024-04-29 04:40:18 UTC


README

tl;dr Email module for Drupal based Opigno LMS's private messages.

Descriptipn

In one our projects we need to send notification emails to the users who recivied a private message. But we had a problem integrating email sending module to the Drupal's Private Message module. So we had to code this simple module. This module creates a config page under configuration > private message > private message email hook menu.

In this config admin can:

  • Enable/disable module
  • Set title of the outgoing mail
  • Set body of the outgoing mail

Dependencies

  • drupal/private_message

Contribute

If you have any questions requests please feel free to open an issue.

New Issue

If you are a developer and would like to contribute please open a pull request.

That's all folks!