All the details required for the application to run will be specified in this section of config file.
SMTP Email details:
<!-- 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="fuseit_sddms@example.com"/> <!-- Add the email address of recipient --> <add key="SMTPToEmailAddress" value="adim@xyz.com"/>
Specify the the emailing details in this section.
Note: This is a required field.