Content
View differences
Updated by Wieland Lindenthal 12 days ago
### Before filing a report
_Before you file a report, please ensure you are running the latest version of OpenProject and_ 
_have searched for similar bug reports._
### Steps to reproduce
Boot First starting OpenProject with while pinning the ENV for the `mail_from` setting `mail_from` set to some value. Without this it a given value (this works fine. E.g. start like this: fine when you don't).
```bash
docker run --rm -e OPENPROJECT_HTTPS=false -e OPENPROJECT_HOST__NAME=localhost:8080 -e OPENPROJECT_MAIL__FROM=notifications@openproject.com -p 8080:80 -it openproject/openproject:17.0.1
```
1. After starting OpenProject as shown above, navigate to Administration -> Email & notifications -> Email notifications
2. Try updating the email footer
### What is the buggy behavior?
* error: "Emission email address is not a valid email address."
### What is the expected behavior?
* The update should be successful
### Environment information
**OpenProject installation type**
* [x] Hosted cloud edition
* [x] Packaged installation
* [x] Docker All-in-one container
* [x] Docker-compose installation
**OpenProject version**
17.0.1
_Before you file a report, please ensure you are running the latest version of OpenProject and_ 
_have searched for similar bug reports._
###
Boot
```bash
docker run --rm -e OPENPROJECT_HTTPS=false -e OPENPROJECT_HOST__NAME=localhost:8080 -e OPENPROJECT_MAIL__FROM=notifications@openproject.com -p 8080:80 -it openproject/openproject:17.0.1
```
1. After starting OpenProject as shown above, navigate to Administration -> Email & notifications -> Email notifications
2. Try updating the email footer
### What is the buggy behavior?
* error: "Emission email address is not a valid email address."
### What is the expected behavior?
* The update should be successful
### Environment information
**OpenProject installation type**
* [x] Hosted cloud edition
* [x] Packaged installation
* [x] Docker All-in-one container
* [x] Docker-compose installation
**OpenProject version**
17.0.1