Skip to content

[Mailer] Document In-Reply-To and References headers #13869

Closed
@ThomasLandauer

Description

@ThomasLandauer

In-Reply-To and References headers aren't explained at all at https://symfony.com/doc/4.4/mailer.html

Especially adding multiple values isn't self-explanatory. In order to get this:

References: <1234@local.machine.example> <3456@example.net>

... you need to do:

$headers->addIdHeader('References', ['1234@local.machine.example', '3456@example.net']);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Keep openMailerhasPRA Pull Request has already been submitted for this issue.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions