You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
Currently, all emails are sent from [email protected] and some uses use this address for replies. This is suboptimal, as the IT team and API devs, which receive mails aimed at [email protected], can rarely help with issues regarding events etc.
Should we add a reply-to address? If so, which address would be appropriate? Maybe [email protected]? (E.g. for the blacklist, a separate reply-to address might be used, e.g. [email protected])
As stated in my comment to your PR, I think we need one of the two.
As users always have the option to answer to emails, it is unintuitive that your answer concerning e.g. your signup conformation is send to the api devs and not somebody responsible for the event.
Best option therefore would be to set reply-to to the email of the event moderator if existing, otherwise probably a per-resource fallback.
Sending an email from a noreply address with a `reply-to` address could
irritate people because one would expect that the response would not be
read.
If we want that all emails coming from the API to be sent with the same
email address, we should add a `reply-to` address as different groups of
people might be responsible for handling the responses. It would also make
filtering of emails much easier.
I would suggest sending the emails from [email protected] and add a line to the message body along the lines of "If you have any questions, please write [email protected]".
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, all emails are sent from
[email protected]
and some uses use this address for replies. This is suboptimal, as the IT team and API devs, which receive mails aimed at[email protected]
, can rarely help with issues regarding events etc.This raises two questions:
Should we keep sending mails from
[email protected]
, or should we switch to something like[email protected]
?Should we add a
reply-to
address? If so, which address would be appropriate? Maybe[email protected]
? (E.g. for the blacklist, a separate reply-to address might be used, e.g.[email protected]
)@I98, @temparus, @hermannsblum , @cburchert -- what do you think?
The text was updated successfully, but these errors were encountered: