Д
Size: a a a
Д
AS
<?php
$mailer = new \Helpers\Mailer($modx, array_merge(
$FormLister->mailConfig,
array('subject' => 'мой новый сабджект','to'=>$FormLister->getField('email'))
));
$mailer->attachFiles(array(array(
'filepath'=>MODX_BASE_PATH . 'assets/files/ProductAvtohim1.pdf',
'filename'=>'ProductAvtohim1.pdf'
)));
$report = $FormLister->renderReport('reportwithfileTpl');
$mailer->send($report);
AS
U
Д
AS
AS
U
AS
AS
U
AS
AS
U
AS
U
sendRulesNew
E
AS
AS
AS