ReplyToEmailOptions constructor
ReplyToEmailOptions({})
Returns a new ReplyToEmailOptions instance.
Implementation
ReplyToEmailOptions({
required this.body,
required this.isHTML,
this.from,
this.replyTo,
this.charset,
this.attachments = const [],
this.templateVariables = const {},
this.template,
this.sendStrategy,
this.useInboxName,
this.html,
});