'mailer' => [
'class' => 'yiiswiftmailerMailer',
'viewPath' => '/mail',
'useFileTransport' => false,
'transport' => [
'class' => 'Swift_SmtpTransport',
'host' => 'smtp.gmail.com',
'useame' => '[email protected]',
'password' => '....',
'port' => '465'
'encryption' =>'ssl',
],
],
با یاهو هم تنظیم کردم همین خطا رو داد اشکال کجاست ؟
'mailer' => [
'class' => 'yiiswiftmailerMailer',
'viewPath' => '/mail',
'useFileTransport' => false,
'transport' => [
'class' => 'Swift_SmtpTransport',
'host' => 'smtp.mail.yahoo.com',
'useame' => '[email protected]',
'password' => '....',
'port' => '465',
'encryption' =>'ssl',
],
],
برچسب:
نویسنده: خنجی