mini\Mail\EmailInterface::withReplyTo()
Method
public
abstract
Signature
public abstract function withReplyTo(mini\Mail\MailboxInterface|string $mailboxes): static
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$mailboxes |
mini\Mail\MailboxInterface|string |
optional | Documentation missing |
Returns
static
Documentation
Return instance with the specified Reply-To address(es)
Replaces any existing Reply-To addresses.