Jump to content

Recommended Posts

Posted

Hi

 

Does anyone else use office 365 for their SMTP server in HAP? I am trying to set up the email notifications for room admins but nothing is coming through.

 

I have made sure the users have the email addresses populated in AD.

 

I need the

 

SMTP Server Address: (Currently outlook.office365.com

Port: Currently 25

SSL: On or off?

SMTP User: standard email account

SMTP Password: User password

 

Any tips would be great thanks

Posted

I think office 365 needs SSL for SMTP, which uses a different port

 

1. Go to OWA

2. Once logged in, click the gear menu in the upper right hand corner and choose "Options"

 

3. In the Options / My Account window, click "Settings for POP or IMAP access...” and a window will pop up with all the server, port, and security settings you need.

  • Thanks 1
Posted

@nickbro

 

Office 365 uses TSL on port 587 and the SMTP address is smtp.office365.com

 

Would it make a difference that Office 365 uses TSL rather than it's predecessor SSL? Would HAP just work with TSL if SSL was turned on? Just a thought.

Posted

I think I may need to add this to the source code

 

client.DeliveryMethod = SmtpDeliveryMethod.Network;

 

or

 

client.TargetName = "STARTTLS/smtp.office365.com";

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...