Syntax checks whether the input can be interpreted as an email address
BillionVerify separates the local part from the domain, normalizes the input, and rejects structural failures such as missing components, broken separators, or characters in positions the address parser cannot accept. This catches common typing and copy-paste problems before any network lookup.
A syntax pass does not consult the recipient’s provider. The string may follow every format rule while naming a domain that does not receive mail or a mailbox that was never created. Treat syntax as the first gate, never the final deliverability result.