What is the best practice for building a service which sends email notifications? This component will be hosted on IIS and I'm wondering if it's best practice to open a port for smtp and use default credentials or store credentials somewhere securely? If
the first approach mentioned is ok, how does it really works? Which "default" credential can you use and how is it configured?
Go to the complete details ...