X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FMailing%2FConfig.php;h=79fdb2028ecd940f29fb4cd9d5c2f46e80a21aef;hb=2070fc1289158bd904b74614ea36ecd31774e0e4;hp=1a93030ba4d2704c84be5e6fc45e874b7d1019f2;hpb=d998c6152ede6a080f8e93560c7cfc94d718df7e;p=civicrm-core.git diff --git a/CRM/Mailing/Config.php b/CRM/Mailing/Config.php index 1a93030ba4..79fdb2028e 100644 --- a/CRM/Mailing/Config.php +++ b/CRM/Mailing/Config.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2018 | + | Copyright CiviCRM LLC (c) 2004-2019 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2018 + * @copyright CiviCRM LLC (c) 2004-2019 */ class CRM_Mailing_Config { @@ -36,7 +36,8 @@ class CRM_Mailing_Config { const OUTBOUND_OPTION_SENDMAIL = 1; const OUTBOUND_OPTION_DISABLED = 2; const OUTBOUND_OPTION_MAIL = 3; - const OUTBOUND_OPTION_MOCK = 4; // seems to be the same as 2, but also calls Mail's pre/post hooks? - see packages/Mail + // seems to be the same as 2, but also calls Mail's pre/post hooks? - see packages/Mail + const OUTBOUND_OPTION_MOCK = 4; const OUTBOUND_OPTION_REDIRECT_TO_DB = 5; // special value for mail bulk inserts to avoid