Legacy
...
Setting up mail notifications
Configuring SMTP
4 min
installing the smtp server open server manager and add smtp server role open iis 6 0 manager and configure smtp server open delivery tab, click advanced and set smart host for gmail it is smtp gmail com click outbound connections and set the outbound tcp port to 587 click outbound security , select basic authentication and fill in the user name and password fields enable tls encryption go to access tab > connection and add 127 0 0 1 ip to the list of allowed computers go to access tab > relay and add 127 0 0 1 ip to the list of allowed computers make the smtp server start on boot press win+x to open the command prompt , then press the a key and run the following commands powershell set service smtpsvc startuptype automatic