Skip to content

ReplyTo multiple support #155

@dereuromark

Description

@dereuromark

?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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions