Skip to content

Commit

Permalink
chore: added mail template for osp registration (#308)
Browse files Browse the repository at this point in the history
Refs: CPLP-3355
  • Loading branch information
Phil91 authored Oct 20, 2023
1 parent 836e01b commit 988579d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/administration/Administration.Service/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,13 +354,6 @@
"EmailTemplateType": "PortalRegistrationDecline"
}
},
{
"Name": "OspWelcomeMail",
"Setting": {
"Subject": "Welcome to Catena-X - Your user account has been created.",
"EmailTemplateType": "OspWelcomeMail"
}
},
{
"Name": "CredentialApproval",
"Setting": {
Expand Down
7 changes: 7 additions & 0 deletions src/processes/Processes.Worker/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,13 @@
"Subject": "Welcome to the Catena-X Network.",
"EmailTemplateType": "PortalWelcomeEmail"
}
},
{
"Name": "OspWelcomeMail",
"Setting": {
"Subject": "Welcome to Catena-X - Your user account has been created.",
"EmailTemplateType": "OspWelcomeMail"
}
}
],
"Mail": {
Expand Down

0 comments on commit 988579d

Please sign in to comment.