What is the format of email header "name <email>"?
Posted
by Tower
on Stack Overflow
See other posts from Stack Overflow
or by Tower
Published on 2010-04-13T15:55:57Z
Indexed on
2010/04/13
16:52 UTC
Read the original article
Hit count: 544
email-validation
Hi,
What is the official format of
name <email>
in email headers? I need to validate user input before pasting it into my headers.
Also, do you happen to know good Regular Expressions to validate that form of name+email pair?
© Stack Overflow or respective owner