Revert to port 25 because cakephp1.2 is terrible
This commit is contained in:
parent
17e8e574a2
commit
52a19aef90
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue