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

added overridable email sender impl #41

Merged
merged 12 commits into from
Nov 20, 2024
Merged

added overridable email sender impl #41

merged 12 commits into from
Nov 20, 2024

Conversation

xgp
Copy link
Member

@xgp xgp commented Oct 9, 2024

Completes #46

@xgp xgp requested a review from rtufisi October 20, 2024 15:49
@xgp xgp marked this pull request as ready for review October 20, 2024 15:49
README.md Outdated Show resolved Hide resolved
docker-compose.yml Outdated Show resolved Hide resolved
}

private boolean useOverride(Map<String, String> config) {
return (!config.isEmpty() && config.containsKey("host"));
Copy link
Collaborator

Choose a reason for hiding this comment

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

not sure i understood this condition.

Copy link
Member Author

Choose a reason for hiding this comment

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

This is "should we use the realm config?"

@xgp
Copy link
Member Author

xgp commented Nov 5, 2024

@rtufisi changes made. Please take a look again.

@xgp xgp merged commit 4d08407 into main Nov 20, 2024
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