-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Description
| ?string $replyTo = null, |
?string $replyTo = null,
null|array|string $cc = null,
null|array|string $bcc = null,
I believe should be
null|array|string $replyTo = null,
null|array|string $cc = null,
null|array|string $bcc = null,
since multliple replyTo are valid.
According to RFC 5322, the Reply-To header supports multiple addresses, just like To and Cc
Currently we cannot send some emails via this PHP postmark API as it would not have the correct replyTo (only one).
Metadata
Metadata
Assignees
Labels
No labels