peterbenke / pb-check-extensions
Checks, if there are updates available for installed extensions and sends an email
Installs: 88
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^12.4
README
Description
Checks, if there are updates available for installed extensions and sends an email
What does it do?
This extension provides a scheduler job. This job checks, if there are updates available for installed extensions and sends an email.
- You can exclude extensions, which should be excluded from this check
Administration
Installation
Install this extension via composer
composer req peterbenke/pb-check-extensions
Configuration
- Go to the scheduler and create a new scheduler job pb_check_extensions => "Check extensions for update"
- Input values for the following fields: "Email subject", "Email address from", "Send email to addresses", "Exclude extensions" (if needed)
Important
To get this extension running, you also have to create a system scheduler job extensionmanager => "Update extension list". Take care to run this scheduler job before the pb_check_extensions-job.