tj2419 Posted September 16, 2014 Posted September 16, 2014 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
nickbro Posted September 16, 2014 Posted September 16, 2014 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. 1
Paul-K Posted September 17, 2014 Posted September 17, 2014 @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.
nickbro Posted September 17, 2014 Posted September 17, 2014 I think I may need to add this to the source code client.DeliveryMethod = SmtpDeliveryMethod.Network; or client.TargetName = "STARTTLS/smtp.office365.com";
nickbro Posted September 17, 2014 Posted September 17, 2014 ok, try for the SMTP server address STARTTLS/smtp.office365.com instead of just smtp.office365.com
nickbro Posted September 17, 2014 Posted September 17, 2014 Ok, need someone to test thisHAP ALPHA 10.3.zip
fairm010 Posted September 17, 2014 Posted September 17, 2014 I'm using O365 for my Helpdesk on HAP. See this thread: http://www.edugeek.net/showthread.php?t=134741
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now