How do you set up email with an Exchange account

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
mantisNoob2
Posts: 8
Joined: 30 May 2017, 16:36

How do you set up email with an Exchange account

Post by mantisNoob2 »

What's the trick to setting up email with a Microsoft Exchange Account? I had no trouble getting the email to work with gmail, but our LAN Exchange server is giving me problems.

Here's what I've tried:

$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = '192.168.0.XXX'; //Also tried remote outlook address
$g_smtp_username = 'username@gmail.com'; //Also tried this with no username/password
$g_smtp_password = 'yourpassword';
$g_smtp_connection_mode = ''; //Also tried tls and ssl
$g_smtp_port = 25;
Post Reply