Hi All,
i have configured Mailer with username and password… when i try to send email i get this error:
file_put_contents(/www/htdocs/w011e79a/runtime/debug/mail/20141002-230310-4888-8690.eml): failed to open stream: Permission denied
Permission is set to 775
My config
'mailer' => [
'class' => 'yii\swiftmailer\Mailer',
'useFileTransport' => false,
'transport' => [
'class' => 'Swift_SmtpTransport',
'host' => 'xxxxxxxx.xxx',
'username' => 'xxxxxxxxxxxx',
'password' => 'xxxxxxxxxxxx',
//'port' => '587',
'encryption' => 'tls',
],
],
Any idea… what the probleme is ?
Thank you guys