Inactivate subscribers after 12 months by default

[MAILPOET-4016]
This commit is contained in:
John Oleksowicz
2022-01-19 11:47:06 -06:00
committed by Veljko V
parent 4dce8c2ec5
commit 06812f5544
5 changed files with 17 additions and 5 deletions

View File

@ -12,7 +12,7 @@ class SettingsController {
const DEFAULT_SENDING_METHOD = 'PHPMail';
const DEFAULT_SENDING_FREQUENCY_EMAILS = 25;
const DEFAULT_SENDING_FREQUENCY_INTERVAL = 5; // in minutes
const DEFAULT_DEACTIVATE_SUBSCRIBER_AFTER_INACTIVE_DAYS = 180;
const DEFAULT_DEACTIVATE_SUBSCRIBER_AFTER_INACTIVE_DAYS = 365;
private $loaded = false;