mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Both office365 and outlook SMTP servers need LOGIN SMTP authentication instead of PLAIN (which is what we are using by default). This commit uses that unconditionally for these servers, and also makes sure to use STARTTLS for them too.