Construct an EmailRecipient either from a name and address (preferred!) or from an encoded string as found in an email header.
EmailRecipient("Adam D. Ruppe", "destructionator@gmail.com") or EmailRecipient("Adam D. Ruppe" <destructionator@gmail.com>`);
See Implementation
Construct an EmailRecipient either from a name and address (preferred!) or from an encoded string as found in an email header.