nextcloud / nextcloud/calendar
To add server name to e-mails sent by calendar
@SebastianKrupinski is already working on this.
Since Jan 23, 2025.
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 332
- Avg merge
- 16h 13m
- Merged PRs (30d)
- 137
Description
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
In current -emails sent by the Nextcloud calendar application there are not a part with the "human readable" sender name, so in the common mail agents (yahoo, gmail, outlook ... etc) the message diaplays only mail address, but not a sender name (as it is usual with this type of dervices).
Other Nextcloud service which also sends e-mails (Server itself? only I guess) sends e-mails with the server name, so it is definitelly possible to do it in the Nextcloud. Server name is taken from the server configuration.
See attached piclures.
The best solution would be that the server API would provide (among others also) e-mail API which would construct sender string automatically (based on the server configuration) - then it would be consistent over the whole NC instance.
How the sender looks in the Gmail in message from calendar:
How the sender looks in the Gmail in message from other part of Nextcloud:
Describe alternatives you've considered
No response
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.