11 lines
567 B
PHP
11 lines
567 B
PHP
|
|
<?php
|
||
|
|
/*******************************************************************************
|
||
|
|
* The content of this file is subject to the CRMTiger Pro license.
|
||
|
|
* ("License"); You may not use this file except in compliance with the License
|
||
|
|
* The Initial Developer of the Original Code is https://crmtiger.com/
|
||
|
|
* Portions created by CRMTiger.com are Copyright(C) CRMTiger.com
|
||
|
|
* All Rights Reserved.
|
||
|
|
******************************************************************************/
|
||
|
|
require_once('modules/Settings/CTMultipleSMTP/workflow/CTMultipleSMTPEmailTask.php');
|
||
|
|
?>
|