-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
It seems that the sendmail_from config setting isn't right? If additional configuration is required for this to work should this be noted in the documentation?
When running php -i | grep sendmail_path
I get this
php -i | grep sendmail_path
sendmail_path => -t -i => -t -i
When running this script
<?php
mail('test@example.com', 'Subject', 'Body');
?>
The results are this:
sh: 1: -t: not found
cristoper, h00pl4, re1, su-narthur, palemoky and 10 more
Metadata
Metadata
Assignees
Labels
No labels