Bug #3460
openUser Registration Emails Must Be Sent from Respective Subdomain Email Addresses
0%
Description
Currently, user registration emails are being sent from a global/default domain (e.g., no-reply@eventcrux.com), even when the registration happens on a custom subdomain (e.g., clientname.eventcrux.com). This causes confusion for end-users and lacks brand alignment.
Expected Result:
Registration confirmation emails should be sent from the corresponding subdomain-based email address, such as:
no-reply@clientname.eventcrux.com
or
support@clientname.eventcrux.com
Steps to Reproduce:
Register a user via a subdomain (e.g., demo.eventcrux.com).
Check the registration email received.
Observe that the sender email is not aligned with the subdomain used.
Impact:
Creates brand inconsistency.
Reduces trust and email deliverability.
Confuses users, especially if they are dealing with multiple clients on EventCrux.
Recommended Fix:
Dynamically map the sending email domain based on the subdomain used for registration.
Ensure proper SPF, DKIM, and domain verification is in place for each subdomain email identity.
Optionally allow custom “From Name” and “Reply-To” settings per subdomain.
Subtasks
Related issues
No data to display