8000 Remove typo in README (#117) · JoshData/python-email-validator@c1f37d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit c1f37d6

Browse files
Remove typo in README (#117)
1 parent 2c3501e commit c1f37d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ while True:
163163

164164
### Test addresses
165165

166-
This library rejects email addresess that use the [Special Use Domain Names](https://www.iana.org/assignments/special-use-domain-names/special-use-domain-names.xhtml) `invalid`, `localhost`, `test`, and some others by raising `EmailSyntaxError`. This is to protect your system from abuse: You probably don't want a user to be able to cause an email to be sent to `localhost` (although they might be able to still do so via a malicious MX record). However, in your non-production test environments you may want to use `@test` or `@myname.test` email addresses. There are three ways you can allow this:
166+
This library rejects email addresses that use the [Special Use Domain Names](https://www.iana.org/assignments/special-use-domain-names/special-use-domain-names.xhtml) `invalid`, `localhost`, `test`, and some others by raising `EmailSyntaxError`. This is to protect your system from abuse: You probably don't want a user to be able to cause an email to be sent to `localhost` (although they might be able to still do so via a malicious MX record). However, in your non-production test environments you may want to use `@test` or `@myname.test` email addresses. There are three ways you can allow this:
167167

168168
1. Add `test_environment=True` to the call to `validate_email` (see above).
169169
2. Set `email_validator.TEST_ENVIRONMENT` to `True` globally.

0 commit comments

Comments
 (0)
0