A regex that matches a structure like 'Name <email@address.com>'.
It matches anything between the first < and last > as email address.
This allows to use a single string to construct an Address, which can be convenient to use in
config, and allows to have more readable config.
This does not try to cover all edge cases for address.