github tanthammar/filament-extras 7.2.0
new alternative email dns rule

5 hours ago

EmailDomainResolvable

/**

  • Verifies that an email address' domain can receive mail.
  • Unlike Laravel's email:dns rule, this fails open on transient DNS
  • failures (SERVFAIL / timeout, where dns_get_record() returns false). It only
  • fails closed when the domain definitively resolves with no mail-capable
  • records, which catches genuine typos like "gmial.com" without rejecting
  • legitimate addresses whose nameservers are briefly unreachable.
    */

Don't miss a new filament-extras release

NewReleases is sending notifications on new releases.