Hello to all!
i have an error during send email to gmail. Can somebody help me with my problem?
My config
'mailer' => [
'class' => yii\symfonymailer\Mailer ::class,
'viewPath' => '@common/mail',
'transport' => [
'scheme' => 'smtps',
'host' => 'host220.checkdomain.de',
'username' => 'support@test.com',
'password' => '************',
'port' => 465,
'dsn' => 'native://default',
],
'useFileTransport' => false,
],
and my error on the screen bellow