MX Exchange routes all emails generated by your site through Microsoft Exchange servers using Exchange Web Services.
host
username
password
Main configuration file
The main configuration file, found at system/user/config/config.php, is loaded every time the system is run, meaning that config overrides set in config.php always affect the system’s configuration.
$config['mx_exchange'] = [
'host' => '',
'username' => '',
'password' => '',
'enable' => false
];
If you want to send emails from different accounts, your main account would have this right granted on MX Exchange.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.