Earlier quoted context omitted.
I recently had the pleasure of migrating a legacy server 2008 app to a brand new server 2022 box. One of the requirements is a local smtp server for sending mail so I looked up how to do this in windows. To my shock and horror, smtp service has been deprecated since server 2012, you can still install it but it comes with an extremely old version of IIS as a dependency and it’s broken out of the box. To get it working…
why do you need a smtp server developed by microsoft? isn't windows compatible with a multitude of open source smtp servers?
If I can install something from the OS it shouldn’t come broken and insecure.
It just feels like such a strange platform to build a server on to me.