Hi
I'm trying to configure the environmental setting for email but not being successful.
Our email server is an Office365 hosted exchange server.
I've tried the following:
Host: smtp.office365.com
Port:587 (I've also tried 25)
Encryption: TLS
Username: My Office365 Username
Password: My Office365 Password
I've created a simple report to test the settings:
select 'dbr.mail';
select 'dbr.mail.sender','myOffice365 email address';
select 'dbr.mail.debug', 1;
select 'My Gmail email address', 'Jake', 'This is a subject', 'Body of the mail';
I'm receiving the following error:
SMTP ERROR: Failed to connect to server: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
(10060)
SMTP connect() failed.
Is there anything else I need to do or check?
Thanks
Jake