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

Add support for headers in native mailer #304

Merged
merged 2 commits into from Jun 20, 2019

Commits on Jun 11, 2019

  1. Add support for headers in native mailer

    The native mailer is able to have additional headers, but it
    wasn't possible to give it any headers in the configuration.
    Swift mailer may have a content_type key but not native mailer.
    
    A new "headers" key is now allowed in the handler configuration, so a
    list of headers may be given to the handler. Only native mailer supports
    it.
    
    Related to symfony#272
    nalysius authored and lyrixx committed Jun 11, 2019
    Copy the full SHA
    7ecbc9e View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Copy the full SHA
    19eaa0f View commit details
    Browse the repository at this point in the history