- Проверка скрипта

parent 9a3b749c
...@@ -2,10 +2,13 @@ ...@@ -2,10 +2,13 @@
use \common\components\UnisenderAPI; use \common\components\UnisenderAPI;
use \yii\helpers\Json; use \yii\helpers\Json;
$email = 'bystrov@kupitsite.ru'; $template = new \common\modules\messageTemplate\components\Templates(1, ['user_fio' => 'asd']);
echo $template->getTemplate();
$sender = new UnisenderAPI(); //$email = 'bystrov@kupitsite.ru';
$sender->validateSender('subscribe@task-on.com');
//$sender = new UnisenderAPI();
//$sender->validateSender('subscribe@task-on.com');
// Create the send list // Create the send list
//$newList = $sender->createList(); //$newList = $sender->createList();
//$newListObject=Json::decode($newList); //$newListObject=Json::decode($newList);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment