Changing outgoing SMTP to GSuite
This commit is contained in:
parent
b340e5612c
commit
468c6b8abb
|
|
@ -50,9 +50,9 @@ $host = $_SERVER['HTTP_HOST'];
|
|||
Configure::write('smtp_settings', array(
|
||||
'port' => '25',
|
||||
'timeout' => '30',
|
||||
'host' => 'mail.cmctechnologies.com.au',
|
||||
'host' => 'smtp-relay.gmail.com',
|
||||
'username' => 'sales',
|
||||
'password' => '#20162SSeng33+02#'));
|
||||
'password' => 'S%s\'mMZ})MGsg$k!5N|mPSQ>}'));
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue