replyTo abstract method

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

Sets the reply-to address.

Implementation

MailerInterface replyTo(String address, [String? name]);