| jane@example.com | Email only |
| <jane@example.com> | Email only in angle brackets |
| Jane Smith <jane@example.com> | Full name and email in angle brackets |
| 'Jane Smith' <jane@example.com> | Full name in single quotes and email in angle brackets |
| "Jane Smith" <jane@example.com> | Full name in double quotes and email in angle brackets |
| Smith, Jane <jane@example.com> | Full name with comma and email in angle brackets |
| Jane Smith jane@example.com | Full name and email without brackets |
| 'Jane Smith' jane@example.com | Full name in single quotes and email without brackets |
| "Jane Smith" jane@example.com | Full name in single quotes and email without brackets |
| Smith, Jane jane@example.com | Full name with comma and email without brackets |