diff --git a/application/Espo/Utils/BaseUtils.php b/application/Espo/Utils/BaseUtils.php index 010e7ad8de..95f20e03d2 100755 --- a/application/Espo/Utils/BaseUtils.php +++ b/application/Espo/Utils/BaseUtils.php @@ -90,6 +90,7 @@ class BaseUtils 'Role' => '', 'Team' => '', 'User' => '', + 'OutboundEmail' => '', 'Product' => 'Crm', 'Account' => 'Crm', 'Contact' => 'Crm', @@ -360,4 +361,4 @@ return '.var_export($content, true).'; } -?> \ No newline at end of file +?>