Skip to content

Commit ede0360

Browse files
authored
Re-Repair myconext emails from group_vars (#605)
This was fixed in commit 50715c3, but was reverted by accident
1 parent c161b9b commit ede0360

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

roles/myconext/templates/application.yml.j2

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,10 @@ springdoc:
3737
enabled: true
3838

3939
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 }}>
40+
from_deprovisioning: "{{ myconext.email.from_deprovisioning }}"
41+
from_code: "{{ myconext.email.from_code }}"
42+
from_app_nudge: "{{ myconext.email.from_deprovisioning }}"
43+
from_new_device: "{{ myconext.email.from_deprovisioning }}"
4544
error: {{ error_mail_to }}
4645
error_mail: {{ error_mail_to }}
4746
magic-link-url: https://login.{{ myconext_base_domain }}/saml/guest-idp/magic

0 commit comments

Comments
 (0)