We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c161b9b commit ede0360Copy full SHA for ede0360
1 file changed
roles/myconext/templates/application.yml.j2
@@ -37,11 +37,10 @@ springdoc:
37
enabled: true
38
39
email:
40
- from_deprovisioning: <noreply+deprovisioning@{{ myconext_base_domain }}>
41
- from: eduID <noreply@{{ myconext_base_domain }}>
42
- from_code: eduID <noreply@{{ myconext_base_domain }}>
43
- from_app_nudge: <noreply+appnudge@{{ myconext_base_domain }}>
44
- from_new_device: <noreply+newdevice@{{ myconext_base_domain }}>
+ from_deprovisioning: "{{ myconext.email.from_deprovisioning }}"
+ from_code: "{{ myconext.email.from_code }}"
+ from_app_nudge: "{{ myconext.email.from_deprovisioning }}"
+ from_new_device: "{{ myconext.email.from_deprovisioning }}"
45
error: {{ error_mail_to }}
46
error_mail: {{ error_mail_to }}
47
magic-link-url: https://login.{{ myconext_base_domain }}/saml/guest-idp/magic
0 commit comments