Description
A Haskell library for validating email address strings against RFC 5322 rules. It helps applications check syntax before storing or using an address.
Developers use it in signup flows, contact forms, importers, and account tools. Syntax validation does not prove that the mailbox exists or that the user controls it; confirmation flows still matter.