Optus blocks port 25

This commit is contained in:
Karl Cordes 2017-09-06 22:08:07 +10:00
parent e72b94f2c4
commit 17e8e574a2

View file

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