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

Update Sendmail.php #235

Open
wants to merge 3 commits into
base: 2.23.x
Choose a base branch
from
Open

Update Sendmail.php #235

wants to merge 3 commits into from

Commits on May 3, 2023

  1. Update Sendmail.php

    Remove the \r\n translation for mail headers per the PHP mail() page. 
    
    additional_headers (optional)
    ----------
    String or array to be inserted at the end of the email header.
    
    This is typically used to add extra headers (From, Cc, and Bcc). Multiple extra headers should be separated with a CRLF (\r\n). If outside data are used to compose this header, the data should be sanitized so that no unwanted headers could be injected.
    
    
    
    Signed-off-by: cloudseeder <[email protected]>
    cloudseeder authored May 3, 2023
    Configuration menu
    Copy the full SHA
    aa46316 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Create HeaderTest.php

    Signed-off-by: cloudseeder <[email protected]>
    cloudseeder authored May 4, 2023
    Configuration menu
    Copy the full SHA
    ede7a44 View commit details
    Browse the repository at this point in the history
  2. Delete HeaderTest.php

    Signed-off-by: cloudseeder <[email protected]>
    cloudseeder authored May 4, 2023
    Configuration menu
    Copy the full SHA
    9c5c55b View commit details
    Browse the repository at this point in the history