Actions
Bug #754
openFix Default Sender Email and Host Usage in Background Jobs
Start date:
12/11/2024
Due date:
% Done:
0%
Estimated time:
Description
The current system uses the default sender email ID and host for links in emails when they are processed via background jobs. This happens because background jobs lose the context of the originating host of the request. As a result, TME affiliates might receive emails with default sender email ID and default host.
Previously, this issue was resolved for Password Reset Emails and Invitation Emails, as they did not use background jobs for email processing. However, the issue still persists for emails sent via background jobs.
Proposed Solution:
Pass the current host context to the background jobs/mailers so that the correct host and sender email ID are used in the emails, ensuring accurate and expected communication.
Actions