Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<!-- Used to describe the name of the System in Email headers-->
<add key="SMTPEnvironmentName" value="SDDMS_Admin"/> 

<!-- change to enviroment name to identify emails-->
<add key="SMTPServerName" value="192.168.0.01"/>

<!-- Add user name and password SMTP server needs it -->
<add key="SMTPPassword" value=""/>
<add key="SMTPFromEmailAddress" value="developers@fuseit.com"/>
 
<!-- Add the email address of recipient -->
<add key="SMTPToEmailAddress" value="adim@xyz.com"/>
 
<!-- If you want all the log messages to be emailed set it to true -->
<add key="emailLogMessages" value="true"/>

...