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
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.
To Reproduce
Steps to reproduce the behavior:
Go to Space > Settings > Community
Click on Email invitation, send invitation
Check email, see From address
See error
Expected behavior
The email address of the person sending the invitation to be there (using the replyTo in the code)
@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
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
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.
To Reproduce
Steps to reproduce the behavior:
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
The text was updated successfully, but these errors were encountered: