codeq/publishnotifier

Last activity 10 Jan 2023 3 2 2832
composer require codeq/publishnotifier

This package sends notifications to admins every time someone publishes to an internal workspace.

v1.1.0

Version
v1.1.0
Type
neos-package
Release Date
Sep 24, 2019 07:49
Source
git
Distribution
zip
Requires
  • neos/neos: ~3.2 || ~4.0 || ~5.0 || dev-master
  • neos/swiftmailer: *
GPL-3.0+ e6c2b425a513adda48702f99f656b82da5557a05

Readme excerpt

Neos CMS - Publisher Notifier

This package sends notifications every time someone publishes to an internal workspace. If the internal workspace already has unpublished changes it will not send notifications anymore to not spam slack channels or email inboxes.

Simply install the package via composer:

composer require codeq/publishnotifier

Make sure your site has Neos.Flow.http.baseUri setting set, so your reviewers would get correct urls. If you don't want to do this, you can manually set the domain in the message text like this:

Please review the changes and publish to live: https://example.com/%3$s'

Configuration for email notifications

In order to send …
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 32 package(s).