From 33b367473bac109d1a8cc670aa4bbe1a36b92917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20J=2E=20Cort=C3=A9s?= Date: Fri, 8 Jul 2022 16:39:39 -0600 Subject: [PATCH] Fix sendmail config. --- php.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.ini b/php.ini index 0a0a7a0..9055294 100644 --- a/php.ini +++ b/php.ini @@ -1,4 +1,4 @@ -sendmail_path = /usr/bin/mhsendmail --smtp-addr mailhog:1025 +sendmail_path = "/usr/bin/mhsendmail --smtp-addr=mailhog:1025" # Add any other variable for php config. memory_limit = ${PHP_MEMORY_LIMIT} max_execution_time = ${PHP_MAX_EXECUTION_TIME}