mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
7 lines
311 B
PHP
7 lines
311 B
PHP
<?php
|
|
// crmv@198518
|
|
SDK::setLanguageEntries('Settings', 'LBL_PM_ACTION_EMAIL_SELECT_ATTACH_FROM', array('it_it'=>'Allega documenti da','en_us'=>'Attach documents from'));
|
|
|
|
// crmv@202172
|
|
$VTEP = VTEProperties::getInstance();
|
|
$VTEP->setProperty('modules.emails.auto_append_servers', array('gmail','office365')); |