Altinn / altinn-notifications

Altinn platform microservice for handling notifications (mail, sms, etc)
MIT License
2 stars 3 forks source link

Settings for ORG and validation of from address based on creator/org #215

Open SandGrainOne opened 1 year ago

SandGrainOne commented 1 year ago

Description

There is need for ORG specific settings. First version should include a list of valid domains for the from address in emails.

First version of this endpoint should probably not be available for app owners untill we have establised a mechanism to add new addersses to Communication services.

### Tasks
 - [ ] Create table to hold ORG specific settings like correct from domain
 - [ ] Add application logic to verify correct from domain on an order againt stored list
SandGrainOne commented 1 year ago

During some more planning 10.10.2023 we decided to put this on hold. The work that were done still remains in a feature branch: https://github.com/Altinn/altinn-notifications/tree/feature/Application-owner-settings

olebhansen commented 4 months ago

Depending on the ability to send from a custom domain (#259 )