瀏覽代碼

Correct sendmail path #556

Mark Shust 3 年之前
父節點
當前提交
7d28f9c5cd
共有 3 個文件被更改,包括 3 次插入3 次删除
  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"