Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Mailer] Lost of information in Debug compared to SwiftMailer #45747

@raziel057

Description

@raziel057

Description

Using Swiftmailer we can see the Headers and it's important to note that the original receiver (X-Swift-To: [email protected]) have been replaced by the receiver provided in dev env (To: [email protected]).

image

Using Symfony Mailer we don't have the headers displayed on first tab, even if the title appears. We can think that the mail is really sent to the To: [email protected] even if in fact it have been really sent to [email protected] (using the RCPT TO header).

image

Even in the Raw tab we are not able to see the real receiver. Is it normal?

image

Example

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions