A Laravel package providing validation rule against disposable email addresses #58790
Unanswered
veeqtoh
asked this question in
Show and tell
Replies: 1 comment
-
|
Reminds me a bit of #56580 which didn't have much luck—so maybe a package is the better way |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If you’ve had to deal with users with disposable email within your application, you will agree with me that it is no joke.
I wrote a package to ease your stress and it is one to keep handy. It provides a library of disposable domains and adds a validator to Laravel apps to check that a given email address isn’t coming from a disposable email service such as
Mailinator,Guerillamail,Fastmailconsidering all their possible wildcards.Contributions are welcome and leaving a star or if possible, a follow here on GitHub will be highly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions