mirror of
https://github.com/elyby/accounts.git
synced 2024-12-23 13:50:06 +05:30
Fixes ACCOUNTS-BF. Fix smtp transport configuration
This commit is contained in:
parent
c92ece3fed
commit
2d649afd4f
@ -59,7 +59,7 @@ return [
|
||||
'class' => yii\symfonymailer\Mailer::class,
|
||||
'viewPath' => '@common/mail',
|
||||
'transport' => [
|
||||
'class' => Symfony\Component\Mailer\Transport\Smtp\SmtpTransport::class,
|
||||
'scheme' => 'smtp',
|
||||
'host' => getenv('SMTP_HOST'),
|
||||
'username' => getenv('SMTP_USER'),
|
||||
'password' => getenv('SMTP_PASS'),
|
||||
|
Loading…
Reference in New Issue
Block a user