Skip to content

Implement email validation #19

@vladh

Description

@vladh

Email validation isn't fully reliable and won't necessarily guard us against spam. But it would be nice to have some kind of validation to prevent typos.

Here's what we could do:

  • Check email syntax
  • Verify MX records
  • Verify that the SMTP server exists

Note that SMTP's RCPT TO can sometimes reveal whether a mailbox exists or not, but this is not reliable, eg it works for Gmail but not for Fastmail, so we shouldn't rely on it.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions