Changes between Initial Version and Version 1 of Ticket #31959, comment 2
- Timestamp:
- Aug 28, 2020, 11:32:38 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31959, comment 2
initial v1 1 Thanks to you Felix, I now know that EmailField is deliberately broken and untrustable.1 Actually, I couldn't confirm that emails must not start with an hyphen, so this issue is invalid. 2 2 3 However, this needs to be properly documented, and inaccuracies in the documentation must be fixed. 4 5 Following-up on this ticket : https://code.djangoproject.com/ticket/31960 3 I think the solution is to have an email validator that will actually open a connection to the smtp server and call smtp vrfy command.