Message System

Component ID

2513718

Component name

Message System

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Replaces system mails (eg. user registration) with Message module messages - allows for SMS, fields, attachments etc.

Achieves this by declaring Message types for each user mail, then using hook_mail_alter to intercept those mails and send via Message instead.

Some user tokens (eg. one-time-login-url, cancel-url) require a patch to Token module to be replaced properly:
https://www.drupal.org/files/issues/one-time-login-url-not-being-replace...