We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e638b commit 5aa5063Copy full SHA for 5aa5063
app/config/web.php
@@ -29,7 +29,7 @@
29
'class' => 'Swift_SmtpTransport',
30
'host' => getenv('SMTP_HOST'),
31
'username' => getenv('SMTP_USERNAME'),
32
- 'password' => getenv('SMTP_USERNAME'),
+ 'password' => getenv('SMTP_PASSWORD'),
33
'port' => getenv('SMTP_PORT'),
34
'encryption' => 'tls',
35
],
0 commit comments