Office365 SMTP settings
Hello,
A customer of ours have migrated their Exchange to Office365.
I found the section in the web.config and edited it like this:
<system.net>
<mailSettings>
<smtp>
<network host="smtp.office365.com" userName="username" password="password" port="587" />
</smtp>
</mailSettings>
</system.net>
(actual username and password are edited out).