I have a RegEx for validating email addresses, but I'm really looking to validate a whole From header. Any of these would be valid:
[email protected]
<[email protected]>
My Name <[email protected]>
Is there anything out there that would validate these as valid from headers? I'm going to look in the smtp library :)