Open bentuna opened 1 week ago
I'd say Organizer via Nextcloud instance name and Booker via Nextcloud instance name and adjusting the reply-to is the best option while the email is sent through a system account.
@SebastianKrupinski also proposed the option to send the emails through Mail accounts with https://github.com/nextcloud/server/pull/45383. It's nice too but I'd leave that for later.
Is your feature request related to a problem? Please describe.
Currently, there are four different e-mails sent from the server:
All three e-mails have the problem that the sender/
From:
field is misleading, because the name of a person is combined with the e-mail address of the server:From: Organizer Name <noreply@yourserver.org>
From: Organizer Name <noreply@yourserver.org>
From: Booker Name <noreply@yourserver.org>
Form: Organizer Name via Nextcloud instance Name <noreply@yourserver.org>
This causes problems like
Describe the solution you'd like
We should use the name of the Nextcloud instance in the
From:
field and add aReply to:
field with the name and matching e-mail address of the person:From: Nextcloud Instance Name <noreply@yourserver.org>
,Reply to: Organizer Name <organizer@mail.org>
From: Nextcloud Instance Name <noreply@yourserver.org>
,Reply to: Organizer Name <organizer@mail.org>
From: Nextcloud Instance Name <noreply@yourserver.org>
,Reply to: Booker Name <booker@sample.com>
From: Nextcloud Instance Name <noreply@yourserver.org>
,Reply to: Organizer Name <organizer@mail.org>
Describe alternatives you've considered
No response
Additional context
We should then also remove the sentence in the bottom of the e-mails, saying
Please don't anser to this e-mail.