Skip to content
Next Next commit
Added mail.allow_additional_sendmail_flags php.ini-development
  • Loading branch information
TCGeek authored Nov 25, 2023
commit 1d26b7a3b18d1210e56077d8dd12b5289a7c7c07
4 changes: 4 additions & 0 deletions php.ini-development
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,10 @@ smtp_port = 25
; the 5th parameter to mail().
;mail.force_extra_parameters =

; Allow the blacklisted sendmail flags -O, -X, -C and -be to be passed into the
; the 5th parameter of the mail() function by setting to On.
mail.allow_additional_sendmail_flags = Off

; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
mail.add_x_header = Off

Expand Down