Explorar el Código

Correct sendmail path #556

Mark Shust hace 3 años
padre
commit
7d28f9c5cd
Se han modificado 3 ficheros con 3 adiciones y 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"