...
Navigat to ‘Main' -> 'KGS SMTP Connector’ in the Webconsole menu to find the SMTP Connector configuration UI
After clicking ‘Instance manager’ on the left side, you should see the list of configured SMTP instances
You can create new instances using the ‘New Instance’ button on the right. Upon entering a name and pressing the ‘create’ button the list will show the new instance
To open the configuration dialog for an instance click the gear icon in the instance’s row
The configuration parameters are as follows
Config item | meaning | default |
---|---|---|
StartAutomatically | <not applicable> | |
SMTPHost | The SMTP server’s hostname | |
SMTPPort | The SMTP port is adjustable for TLS | |
SMTPUsername | SMTP username | |
SMTPPassword | SMTP password. Required if TLS is used | |
Email From | The address used in the E-Mail’s From field | |
EmailReceipient(s) | A comma separated list of email receipients for this instance | |
Topic(s) | A comma separated list of topics the instance should receive messages for | |
SMTPSecurity | none | TLS | none |
UseAuthentication | only used if TLS is used | false |
...