Configuring Email - On Premise only
For ToolHound On Premise only, the email settings must be configured to enable the automatic sending of emails from within the ToolHound browser. This is used to email reports, contact ToolHound Support, and send any notifications configured by the users. This must be a valid email address within your organization that can send email via SMTP but it does not have to be monitored.
There are two methods of configuring the email settings:
- Editing the EmailSettings block of the appsettings.json file in the installation path on the application server.
- Entering the email parameters in the browser under Utilities > Settings.
EmailSettings in appsettings.json
This is the preferred method of configuring the email settings as it cannot be accidentally overridden by an end user in the browser. The default EmailSettings block is shown below.
"EmailSettings": {
"SMTPServer": "",
"SMTPPort": 0,
"SenderName": "",
"SenderEmail": "",
"EmailPassword": "",
"EnableSSL": false,
},
See also:
Copyright © 2020-2024 ToolHound Inc. All Rights Reserved.