Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dkim brokes when i add "message ID" in tag "h" #1491

Closed
MaxLucky opened this issue Jul 7, 2018 · 5 comments
Closed

Dkim brokes when i add "message ID" in tag "h" #1491

MaxLucky opened this issue Jul 7, 2018 · 5 comments

Comments

@MaxLucky
Copy link

MaxLucky commented Jul 7, 2018

Dkim brokes when i add "message ID" in tag "h". I am using exim. In file i wrote $mail->MessageID = "";

Before:
before
After:
after

what could be the problem?

@Synchro
Copy link
Member

Synchro commented Jul 7, 2018

How are you adding to the h tag?

@MaxLucky
Copy link
Author

MaxLucky commented Jul 7, 2018

PHPMailer.php

line 4022

@Synchro
Copy link
Member

Synchro commented Jul 8, 2018

There's not enough to go on here. That line number is in the middle of finding MIME types. For debugging DKIM, I'd recommend using the unreleased master branch version which has some extra DKIM features to see exactly what you're signing, see PR #1468 for further info.

@MaxLucky
Copy link
Author

MaxLucky commented Jul 8, 2018

Сan you give more details? What exactly is necessary to write in my case?

@gwi-mmuths
Copy link
Contributor

gwi-mmuths commented Jul 9, 2018

@MaxLucky you can check https://github.com/PHPMailer/PHPMailer/blob/master/examples/DKIM_sign.phps.

At the moment it's not possible to add message-id. Using current master supports adding custom header only.

@Synchro Synchro closed this as completed Nov 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants