cthit / cthit/gotify

The email specified in the "to"-field is semi-silently ignored if the email doesn't exist.

Open
#7 0 comments 0 reactions 1 assignee Claimed by @williamleven View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.