Files
ma1sd/docs/threepids/email/notifications/smtp-connector.md
2017-09-25 00:08:58 +02:00

18 lines
427 B
Markdown

# Email notifications - SMTP connector
The following configuration items are available:
```
threepid:
medium:
email:
identity:
from: 'identityServerEmail@example.org'
name: 'My Identity Server'
connectors:
smtp:
host: 'smtpHostname'
port: 587
tls: 1 # 0 = no STARTLS, 1 = try, 2 = force
login: 'smtpLogin'
password: 'smtpPassword'
```