We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Is it possible to add a new feature to add custom headers ?
I think to add a custom header to check after the email send, the percent off "mail bounce" using this header to check via imap the returned mails.
The text was updated successfully, but these errors were encountered:
Can you show me some examples?
Sorry, something went wrong.
Here about the example : https://dyn.com/blog/what-are-x-headers-email-delivery-101-why-do-they-matter/
And here for the spec : http://www.faqs.org/rfcs/rfc822.html#b
PHPMailer has a method "addCustomHeaders()" here https://github.com/PHPMailer/PHPMailer/blob/10341cc3106916a218c4fc3394f674adf127d625/src/PHPMailer.php#L3638
Looks like the custom header should start with "X-".
I don't have any objection, if you want to add this ability and submit a pull request.
No branches or pull requests
Hi,
Is it possible to add a new feature to add custom headers ?
I think to add a custom header to check after the email send, the percent off "mail bounce" using this header to check via imap the returned mails.
The text was updated successfully, but these errors were encountered: