Provides Tools to support Massmailings in CiviCRM. Options are:
The extension is licensed under AGPL-3.0.
This extension has not yet been published for installation via the web UI.
Sysadmins and developers may download the .zip
file for this extension and
install it with the command-line tool cv.
cd <extension-dir>
cv dl de.systopia.mailingtools@https://github.com/FIXME/de.systopia.mailingtools/archive/master.zip
Sysadmins and developers may clone the Git repo for this extension and install it with the command-line tool cv.
git clone https://github.com/FIXME/de.systopia.mailingtools.git
cv en mailingtools
cd resources/lib
composer install
After installation a settings page exists in civicrm/admin/setting/mailingtools. civicrm/menu/rebuild should be manually triggered after install, then it is also available in the administrate console (civicrm/admin).
A Cron Job is added (Check Bounce Mailstore) with 'always' frequency, but disabled. If a retention value on the settings page is set, this will trigger the API command and delete all Mails in CiviMail/(ignored|processed) older than the configured value in days. The API Command is Mailingtools.mailretention - no parameters.