replyTo method
Sets the reply-to address.
Implementation
@override
MailerInterface replyTo(String address, [String? name]) =>
defaultMailer.replyTo(address, name);
Sets the reply-to address.
@override
MailerInterface replyTo(String address, [String? name]) =>
defaultMailer.replyTo(address, name);