Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: replyTo is missing from email invitation #346

Open
SimoneZaza opened this issue Sep 6, 2024 · 2 comments
Open

BUG: replyTo is missing from email invitation #346

SimoneZaza opened this issue Sep 6, 2024 · 2 comments
Labels
bug Something isn't working production server

Comments

@SimoneZaza
Copy link
Contributor

SimoneZaza commented Sep 6, 2024

Describe the bug
From the UI, it seems like email invites are sent with the sender's email address as return email. But instead, [email protected] is used. This may cause confusion, eg people replying to the email, thinking they're replying to the person inviting them.
A quick look in the code shows that the replyTo is missing.

image.png

image.png

To Reproduce
Steps to reproduce the behavior:

  1. Go to Space > Settings > Community
  2. Click on Email invitation, send invitation
  3. Check email, see From address
  4. See error

Expected behavior
The email address of the person sending the invitation to be there (using the replyTo in the code)

Additional context
service/src/templates/communication.user.message.recipient.js

Areas that will be affected
Optional, to be added by developer if relevant

@SimoneZaza SimoneZaza added bug Something isn't working Product discussion server labels Sep 6, 2024
@techsmyth
Copy link
Member

@SimoneZaza the reply to field should be set, so if they reply then it will go back to the admin. The sending is a different field. If the reply to is not working then we need to fix that.

@SimoneZaza
Copy link
Contributor Author

@techsmyth thanks, I quickly had a look and indeed the replyTo is missing. I'll update the description above.

@SimoneZaza SimoneZaza changed the title BUG??: Email invite is sent from [email protected] instead of admin email BUG: replyTo is missing from email invitation Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working production server
Projects
None yet
Development

No branches or pull requests

2 participants