I am facing issue while sending email using Yii2 swiftmailer. I can't forward emails from my website.
'mailer' => [
'class' => 'yii\swiftmailer\Mailer',
'viewPath' => '@common/mail',
'transport' => [
'class' => 'Swift_SmtpTransport',
'host' => 'smtpout.secureserver.net',
'username' => '[email protected]',
'password' => 'mypassword',
'port' => '465',
'encryption' => 'ssl',
],
'useFileTransport' => true,
],
What should I do for it?
I can't figure out what to do.
any error message?
'enableSwiftMailerLogging' => true,You can write and view the error log using the.If it is giving error with ssl, you can get rid of ssl error by below code