From cb59d790b1bc6e78990a91b7d32eff539df84415 Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Wed, 4 Nov 2020 06:45:14 +1100 Subject: [PATCH] Trying to use postfix to relay --- app/config/core.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/app/config/core.php b/app/config/core.php index 10fb215a..7887f500 100644 --- a/app/config/core.php +++ b/app/config/core.php @@ -47,16 +47,19 @@ Configure::write('version', '1.0.1'); $host = $_SERVER['HTTP_HOST']; -Configure::write('smtp_settings', array( +/*Configure::write('smtp_settings', array( 'port' => '587', 'timeout' => '60', 'host' => 'smtp-relay.gmail.com', 'username' => 'sales', - 'password' => 'S%s\'mMZ})MGsg$k!5N|mPSQ>}', - 'tls' => true + 'password' => 'S%s\'mMZ})MGsg$k!5N|mPSQ>}' )); +*/ - +Configure::write('smtp_settings', array( + 'port' => '25', + 'timeout' => '30', + 'host' => '172.17.0.1')); //Production/Staging Config