Notifier is an implementation of Symfony Notifier for Drupal.
Notifier provides a framework for sending messages. A message is constructed and sent to a recipient, while details the message are abstracted away. Such as whether it will be delivered as a email, or SMS, chat message, and how, such as API and recipient details (phone number, email address).
In the Drupal context, you can send a message to a user (or any entity) without specifically needing to know which channel a message will be sent in.
Previous v1 and v2 series of the project were for Drupal 6, and served a different purpose than the current modern iteration.
Channels
- Email —dispatches email via Symfony Mailer. Symfony mailer itself provides support for many types of solutions and services
- Chat — provides a channel for chat-ish messages, even for those which you wouldn't initially associate with the term "chat".
- SMS — is implemented by SMS Framework, used to send SMS messages to phones.
Project information
- Ecosystem: Symfony Messenger + Drupal: Realtime Queues and Cron, Notifier, Symfony Notifier — Email Channel
14 sites report using this module
- Created by bdlangton on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.
Releases
Channel policy and channel routing minor updates. May be breaking if channel policy parameter was customized.
Development version: 3.x-dev updated 6 Apr 2025 at 14:16 UTC
