Revert to port 25 because cakephp1.2 is terrible

This commit is contained in:
Karl Cordes 2017-09-06 22:42:12 +10:00
parent 17e8e574a2
commit 52a19aef90

View file

@ -48,7 +48,7 @@ Configure::write('version', '1.0.1');
$host = $_SERVER['HTTP_HOST'];
Configure::write('smtp_settings', array(
'port' => '465',
'port' => '25',
'timeout' => '30',
'host' => 'smtp-relay.gmail.com',
'username' => 'sales',