Explorar o código

Correct sendmail path #556

Mark Shust %!s(int64=3) %!d(string=hai) anos
pai
achega
7d28f9c5cd
Modificáronse 3 ficheiros con 3 adicións e 3 borrados
  1. 1 1
      images/php/7.3/conf/php.ini
  2. 1 1
      images/php/7.4/conf/php.ini
  3. 1 1
      images/php/8.0/conf/php.ini

+ 1 - 1
images/php/7.3/conf/php.ini

@@ -12,4 +12,4 @@ upload_max_filesize = 100M
 post_max_size = 100M
 max_input_vars = 10000
 
-sendmail_path = "/usr/local/bin/mhsendmail --smtp-addr=mailhog:1025"
+sendmail_path = "/usr/bin/msmtp -t"

+ 1 - 1
images/php/7.4/conf/php.ini

@@ -12,4 +12,4 @@ upload_max_filesize = 100M
 post_max_size = 100M
 max_input_vars = 10000
 
-sendmail_path = "/usr/local/bin/mhsendmail --smtp-addr=mailhog:1025"
+sendmail_path = "/usr/bin/msmtp -t"

+ 1 - 1
images/php/8.0/conf/php.ini

@@ -12,4 +12,4 @@ upload_max_filesize = 100M
 post_max_size = 100M
 max_input_vars = 10000
 
-sendmail_path = "/usr/local/bin/mhsendmail --smtp-addr=mailhog:1025"
+sendmail_path = "/usr/bin/msmtp -t"