Fix sendmail and improve register error catching

This commit is contained in:
Deon George
2018-12-29 15:04:27 +11:00
parent a9576422ee
commit 35b5bc2263
3 changed files with 8 additions and 7 deletions

View File

@@ -99,7 +99,7 @@ return [
|
*/
'sendmail' => '/usr/sbin/sendmail -bs',
'sendmail' => '/usr/sbin/sendmail -t',
/*
|--------------------------------------------------------------------------