EmailRecipient.address

The email address. It should not have brackets or any other encoding.

For example, destructionator@gmail.com.

struct EmailRecipient
string address;

Meta