stimmt, den 5. Parameter hatte ich glatt übersehen (und selbst noch nie verwendet)
Ich habe dafür bis jetzt auch noch nie einen Anlass gesehen. Die Optionen werden vor allem dann benötigt, wenn sich bei einem Aufruf von sendmail ein eher ungewöhnliches Programm meldet. Mehr erfährt man mit man sendmail
auf dem Server. Allerdings könnte man das auch in der php.ini konfigurieren:
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
; http://php.net/sendmail-path
;sendmail_path =
; Force the addition of the specified parameters to be passed as extra parameters
; to the sendmail binary. These parameters will always replace the value of
; the 5th parameter to mail().
;mail.force_extra_parameters =