replyTo static method

MailerInterface replyTo(
  1. String address, [
  2. String? name
])

Sets the reply-to address.

Implementation

static MailerInterface replyTo(String address, [String? name]) =>
    manager.replyTo(address, name);