Mark Shust 3 роки тому
батько
коміт
7d28f9c5cd

+ 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"