Files
ma1sd/docs/threepids/medium/email/smtp-connector.md
2018-04-13 03:26:33 +02:00

20 lines
394 B
Markdown

# Email notifications - SMTP connector
Enabled by default.
Connector ID: `smtp`
## Configuration
```yaml
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'
```