The email specified in the "to"-field is semi-silently ignored if the email doesn't exist.
Open
bug
Priority: High
- Dominant language
- Go
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
POST body:
```json
{
"to": "....",
"from": "your_lord_and_saviour@chalmers.it",
"subject": "....",
"body": "...."
}
```
Response:
```json
{
"to": "....",
"from": "admin@chalmers.it",
"subject": "....",
"body": "...."
}
```
Perhaps this should be an error instead?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.