Download the PHP package nswdpc/silverstripe-taggable-notifications without Composer
On this page you can find all versions of the php package nswdpc/silverstripe-taggable-notifications. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nswdpc/silverstripe-taggable-notifications
More information about nswdpc/silverstripe-taggable-notifications
Files in nswdpc/silverstripe-taggable-notifications
Package silverstripe-taggable-notifications
Short Description Add tagging to notifications going out of a Silverstripe project
License BSD-3-Clause
Informations about the package silverstripe-taggable-notifications
Taggable notifications for Silverstripe
A simple module supporting notification services that provide message tagging options (eg. Mailgun).
Depending on the service used, message tags be be used for message analytics, bottlenecks, rejection tracking and other failures (or successes).
Features
- Project-level notification tags defined in configuration (optional)
- Tag limits (optional)
- A Trait for notification clients to use
- Userform extension to tag messages from a form, using
silverstripe/taxonomy
Requirements
There are no special requirements for using this module beyond the composer requirements and the configuration required for your notification service.
To set tags on a notification that uses the Taggable trait:
For the core Email
class, configuration in the module sets TaggableEmail
as the Email class, via Injector.
TaggableEmail will set headers on the Swift_Message
based on your configuration.
If your project uses a different email provider that supports tagging, it just needs to use the Taggable trait. Some examples exist in the documentation.
User forms
If your project uses userforms, each Email recipient will get a tag field allowing per-recipient message tagging.
Installation
License
BSD-3-Clause
Documentation
- Documentation
Configuration
Add a project level tag. If provided, this is added to all notifications sent by the service.
Maintainers
Add additional maintainers here and/or include authors in composer
Bugtracker
We welcome bug reports, pull requests and feature requests on the Github Issue tracker for this project.
Please review the code of conduct prior to opening a new issue.
Security
If you have found a security issue with this module, please email digital[@]dpc.nsw.gov.au in the first instance, detailing your findings.
Development and contribution
If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.
Please review the code of conduct prior to completing a pull request.
All versions of silverstripe-taggable-notifications with dependencies
silverstripe/tagfield Version ^2
silverstripe/taxonomy Version ^2