File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,11 @@ open_conext_engine_block:
2525 eb.block_user_on_violation : " %feature_block_user_on_violation%"
2626
2727swiftmailer :
28- transport : sendmail
28+ transport : " %mailer_transport%"
29+ host : " %mailer_host%"
30+ port : " %mailer_port%"
31+ username : " %mailer_user%"
32+ password : " %mailer_password%"
2933
3034framework :
3135 # esi: ~
Original file line number Diff line number Diff line change @@ -193,6 +193,13 @@ parameters:
193193 name: 'OpenConext Admin'
194194 subject: 'IdP debug info from %%1$s'
195195
196+ ## Swiftmailer configuration
197+ mailer_transport: 'smtp'
198+ mailer_host: 'localhost'
199+ mailer_port: '25'
200+ mailer_user: ''
201+ mailer_password: ''
202+
196203 ##########################################################################################
197204 ## FEATURE SETTINGS
198205 ##########################################################################################
You can’t perform that action at this time.
0 commit comments