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.
2 parents e3e638b + 5aa5063 commit b51c3c0Copy full SHA for b51c3c0
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