...
Config item | meaning | default |
---|---|---|
StartAutomatically | no meaning | |
SMTPHost | the SMTP server host | |
SMTPUsername | SMTP sender. An email address. | |
SMTPPassword | SMTP password. Required if TLS is used. | |
EmailReceipient(s) | a comma separated list of email receipients for this instance. For complete format please consult https://javaee.github.io/javamail/docs/api/javax/mail/internet/InternetAddress.html#parse-java.lang.String- Space as separator works, too | |
Topic(s) | the comma separated list of matching topics for this instance | |
SMTPSecurity | none | TLS | none |
UseAuthentication | only used if TLS is used | false |
...