'mail' => [
'class' => 'yii\swiftmailer\Mailer',
'viewPath' => '@backend/mail',
'useFileTransport' => false,
'transport' => [
'class' => 'Swift_SmtpTransport',
'host' => 'smtp.gmail.com',
'username' => 'my_email',
'password' => 'may_password',
'port' => '465',
'encryption' => 'ssl',
'port' => '587',
'encryption' => 'tls',