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('[email protected]', 'Subject', 'Body');
?>
The results are this:
sh: 1: -t: not found
Metadata
Metadata
Assignees
Labels
No labels