Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 488 Bytes

smtp-connector.md

File metadata and controls

19 lines (18 loc) · 488 Bytes

Email notifications - SMTP connector

Connector ID: smtp

Configuration

threepid:
  medium:
    email:
      identity:
        from: '[email protected]'
        name: 'My Identity Server'
      connectors:
        smtp:
          host: 'smtpHostname'
          tls: 1 # 0 = no STARTLS, 1 = try, 2 = force, 3 = TLS/SSL
          port: 587 # Set appropriate value depending on your TLS setting
          login: 'smtpLogin'
          password: 'smtpPassword'