Просмотр исходного кода

Add sendmail to hestia php.ini

Raphael Schneeberger 7 лет назад
Родитель
Сommit
7f152f64da
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/deb/php/php.ini

+ 1 - 1
src/deb/php/php.ini

@@ -1054,7 +1054,7 @@ smtp_port = 25
 
 ; For Unix only.  You may supply arguments as well (default: "sendmail -t -i").
 ; http://php.net/sendmail-path
-;sendmail_path =
+sendmail_path=sendmail -t -i
 
 ; 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