'description'=>ts('The number of emails sendable via simple mail. Make sure you understand the implications for your spam reputation and legal requirements for bulk emails before editing. As there is some risk both to your spam reputation and the products if this is misused it is a hidden setting.'),
'help_text'=>'CiviCRM forces users sending more than this number of mails to use CiviMails. CiviMails have additional precautions: not sending to contacts who do not want bulk mail, adding domain name and opt out links. You should familiarise yourself with the law relevant to you on bulk mailings if changing this setting. For the US https://en.wikipedia.org/wiki/CAN-SPAM_Act_of_2003 is a good place to start.',
'add'=>'4.7.25',
],
'auto_recipient_rebuild'=>[
'group_name'=>'Mailing Preferences',
...
...
@@ -325,6 +326,7 @@ return [
'is_contact'=>0,
'description'=>ts('Enable this setting to rebuild recipient list automatically during composing mail. Disable will allow you to rebuild recipient manually.'),
'help_text'=>ts('CiviMail automatically fetches recipient list and count whenever mailing groups are included or excluded while composing bulk mail. This phenomena may degrade performance for large sites, so disable this setting to build and fetch recipients for selected groups, manually.'),
'add'=>'4.7.30',
],
'allow_mail_from_logged_in_contact'=>[
'group_name'=>'Mailing Preferences',
...
...
@@ -338,6 +340,7 @@ return [
'is_contact'=>0,
'description'=>ts('Allow sending email from the logged in contact\'s email address.'),
'help_text'=>'CiviCRM allows you to send email from the domain from email addresses and the logged in contact id addresses by default. Disable this if you only want to allow the domain from addresses to be used.',
'add'=>'4.7.31',
],
'url_tracking_default'=>[
'group_name'=>'Mailing Preferences',
...
...
@@ -352,6 +355,7 @@ return [
'is_contact'=>0,
'description'=>ts('If checked, mailings will have click-through tracking enabled by default.'),
'help_text'=>NULL,
'add'=>'5.27.0',
],
'open_tracking_default'=>[
'group_name'=>'Mailing Preferences',
...
...
@@ -366,6 +370,7 @@ return [
'is_contact'=>0,
'description'=>ts('If checked, mailings will have open tracking enabled by default.'),
'help_text'=>NULL,
'add'=>'5.27.0',
],
// dev/cor#1768 Allow mailer sync interval to be configured by the