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 85f24b5 commit 9af0ac9Copy full SHA for 9af0ac9
packages/mail/src/mail.config.php
@@ -20,7 +20,7 @@
20
'smtps' => SmtpScheme::SMTPS,
21
'smtp' => SmtpScheme::SMTP,
22
},
23
- host: env('MAIL_SMTP_HOST', default: '127.0.0.0'),
+ host: env('MAIL_SMTP_HOST', default: '127.0.0.1'),
24
port: env('MAIL_SMTP_PORT', default: 2525),
25
username: env('MAIL_SMTP_USERNAME', default: ''),
26
password: env('MAIL_SMTP_PASSWORD', default: ''),
0 commit comments