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.

0.2

Version
0.2
Type
neos-package
Release Date
May 26, 2017 03:09
Source
git
Distribution
zip
Requires
  • neos/neos: ^3.0
  • neos/swiftmailer: *
GPL-3.0+ 1c02b05ee86d40088be9bfb96a77ef4425c5c2c1

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).