setReplyTo abstract method

void setReplyTo(
  1. String email, [
  2. String? name
])

Sets the reply-to address.

Implementation

void setReplyTo(String email, [String? name]);