Skip to content

Fix welcome email not showing up#29

Merged
jmgasper merged 2 commits intomasterfrom
develop
Feb 8, 2026
Merged

Fix welcome email not showing up#29
jmgasper merged 2 commits intomasterfrom
develop

Conversation

@jmgasper
Copy link
Contributor

@jmgasper jmgasper commented Feb 8, 2026

@jmgasper jmgasper merged commit 8c5cf18 into master Feb 8, 2026
6 checks passed
// The current Welcome mail should not be sent to customers (connect users).
await this.userService.notifyWelcome(userId, primaryEmailAddress);
}
await this.userService.notifyWelcome(userId, primaryEmailAddress);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[❗❗ correctness]
The removal of the conditional check for user.reg_source means that the welcome email will now be sent to all users, including those with reg_source of tcBusiness. This change should be verified to ensure it aligns with the intended business logic, as it previously excluded certain users from receiving the welcome email.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant