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

Version
0.1
Type
neos-package
Release Date
May 11, 2017 04:50
Source
git
Distribution
zip
Requires
  • neos/neos: ^3.0
  • neos/swiftmailer: *
eddb12ee8748d48e8a2f5ec4693b73d9c99c1f4d

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