'mailer' => [
'class' => 'yii\swiftmailer\Mailer',
'viewPath' => '@app/mail',
'transport' => [
'class' => 'Swift_SmtpTransport',
'host' => '212.224.124.72',
'username' => 'admin@site.kz',
'password' => '123456789',
'port' => 25,
'encryption' => 'ssl',
],
'useFileTransport' => false,
],