Last active
April 24, 2025 22:05
-
Star
(166)
You must be signed in to star a gist -
Fork
(20)
You must be signed in to fork a gist
-
-
Save cjaoude/fd9910626629b53c4d25 to your computer and use it in GitHub Desktop.
Test list of Valid and Invalid Email addresses
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Use: for testing against email regex | |
ref: http://codefool.tumblr.com/post/15288874550/list-of-valid-and-invalid-email-addresses | |
List of Valid Email Addresses | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
email@[123.123.123.123] | |
"email"@example.com | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
List of Strange Valid Email Addresses | |
much.”more\ unusual”@example.com | |
very.unusual.”@”[email protected] | |
very.”(),:;<>[]”.VERY.”very@\\ "very”[email protected] | |
List of Invalid Email Addresses | |
plainaddress | |
#@%^%#$@#$@#.com | |
@example.com | |
Joe Smith <[email protected]> | |
email.example.com | |
email@[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
あいうえお@example.com | |
[email protected] (Joe Smith) | |
email@example | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
List of Strange Invalid Email Addresses | |
”(),:;<>[\]@example.com | |
just”not”[email protected] | |
this\ is"really"not\[email protected] |
Shut up Leo Sent from my iPhoneOn Mar 6, 2025, at 3:43 AM, Leo. @.> wrote:Re: @. commented on this gist.ok—Reply to this email directly, view it on GitHub or unsubscribe.You are receiving this email because you commented on the thread.Triage notifications on the go with GitHub Mobile for iOS or Android.
ok
Shut up Leo Sent from my iPhoneOn Mar 6, 2025, at 3:43 AM, Leo. @.> wrote:Re: @. commented on this gist.ok—Reply to this email directly, view it on GitHub or unsubscribe.You are receiving this email because you commented on the thread.Triage notifications on the go with GitHub Mobile for iOS or Android.
ok
ok
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ok