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

Add sender field in smtp configs #5056

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open

Conversation

tung2744
Copy link
Contributor

@tung2744 tung2744 commented Mar 11, 2025

ref DEV-2310

Screenshot 2025-03-11 at 8 58 30 PM

if errors.Is(err, template.ErrNotFound) {
subject, err = t.RenderText("email.default.subject", variables)
subject, err = baseTranslations.RenderText("email.default.subject", variables)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please add new tests for this changed behavior.

@tung2744
Copy link
Contributor Author

Updated, thanks!

@louischan-oursky
Copy link
Collaborator

I added 3 commits to change the behavior. See if you agree with the changes.

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.

2 participants