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

Use crlf in mail headers #15807

Merged
merged 2 commits into from Sep 3, 2021
Merged

Use crlf in mail headers #15807

merged 2 commits into from Sep 3, 2021

Commits on Sep 1, 2021

  1. Use crlf in mail headers

    Separate mail headers with \r\n to be compliant with RFC specs. This
    also fixes delivery issues in PHP 8. The content is also wrapped with
    CRLF for consistency. Testing this with a variety mail transfer agents
    is not something I'm able to do at this time.
    
    Refs #15803
    markstory committed Sep 1, 2021
    Copy the full SHA
    931c752 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Only use CRLF for php8

    markstory committed Sep 3, 2021
    Copy the full SHA
    706d6dc View commit details
    Browse the repository at this point in the history