env('MAIL_HOST')/env('MAIL_PORT') returning anything, or MAIL_URL supplying
either, now counts as "supplied" and wins over the sentinel comparison — a
relay genuinely on 127.0.0.1:2525 no longer reads as unconfigured. The
sentinel stays as a fallback for when neither signal says anything (including
under config:cache, where env() goes null and this collapses to today's
behaviour).
|
||
|---|---|---|
| .. | ||
| MailSettingsPageTest.php | ||
| MailboxModelTest.php | ||
| MailboxResolverTest.php | ||
| MailboxSeedMigrationTest.php | ||
| MailboxTakeoverTest.php | ||
| MailboxTesterTest.php | ||
| MailboxTransportTest.php | ||
| SenderAddressTest.php | ||