replyToAddresses property

List<String>? replyToAddresses
final

The reply-to email address(es) for the email message. If a recipient replies to the email, each reply-to address receives the reply.

Implementation

final List<String>? replyToAddresses;