Add support for SendGrid as Email notification handler
This commit is contained in:
@@ -97,6 +97,7 @@ threepid:
|
||||
validation:
|
||||
local: 'classpath:threepids/email/validate-local-template.eml'
|
||||
remote: 'classpath:threepids/email/validate-remote-template.eml'
|
||||
|
||||
msisdn:
|
||||
connector: 'twilio'
|
||||
generator: 'template'
|
||||
@@ -130,6 +131,35 @@ session:
|
||||
enabled: true
|
||||
server: 'root'
|
||||
|
||||
notification:
|
||||
# handler:
|
||||
# 3PID-medium: 'handlerId'
|
||||
handlers:
|
||||
sendgrid:
|
||||
api:
|
||||
key: ''
|
||||
identity:
|
||||
from: ''
|
||||
name: ''
|
||||
templates:
|
||||
invite:
|
||||
subject: ''
|
||||
body:
|
||||
text: ''
|
||||
html: ''
|
||||
session:
|
||||
validation:
|
||||
local:
|
||||
subject: ''
|
||||
body:
|
||||
text: ''
|
||||
html: ''
|
||||
remote:
|
||||
subject: ''
|
||||
body:
|
||||
text: ''
|
||||
html: ''
|
||||
|
||||
view:
|
||||
session:
|
||||
local:
|
||||
|
||||
Reference in New Issue
Block a user