X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FMailing.setting.php;h=31b6c02d6027d43fd52b2cee929a34ee2b231bce;hb=4f21f0e7d17c798f6c93ec71b230c44a9e2de964;hp=b2e112ed957e16a7690fd2cd2928f0646d653306;hpb=9c2e4fb9824d9913d19a7f7e24ada6093a409461;p=civicrm-core.git diff --git a/settings/Mailing.setting.php b/settings/Mailing.setting.php index b2e112ed95..31b6c02d60 100644 --- a/settings/Mailing.setting.php +++ b/settings/Mailing.setting.php @@ -136,4 +136,18 @@ return array( 'description' => 'When CiviMail is enabled, users who "subscribe" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.', 'help_text' => null, ), + 'disable_mandatory_tokens_check' => array( + 'group_name' => 'Mailing Preferences', + 'group' => 'mailing', + 'name' => 'disable_mandatory_tokens_check', + 'type' => 'Integer', + 'html_type' => 'checkbox', + 'default' => 0, + 'add' => '4.4', + 'title' => 'Disable check for mandatory tokens', + 'is_domain' => 1, + 'is_contact' => 0, + 'description' => 'Don\'t check for presence of mandatory tokens (domain address; unsubscribe/opt-out) before sending mailings. WARNING: Mandatory tokens are a safe-guard which facilitate compliance with the US CAN-SPAM Act. They should only be disabled if your organization adopts other mechanisms for compliance or if your organization is not subject to CAN-SPAM.', + 'help_text' => null, + ), );