We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I need to use a full email address as login name in the standalone version. Currently this is not possible because in
greenmail/greenmail-core/src/main/java/com/icegreen/greenmail/configuration/PropertiesBasedGreenMailConfigurationBuilder.java
Line 60 in 1b12e33
Would it be possible to introduce another parameter to use the complete email address as login name?
The text was updated successfully, but these errors were encountered:
Hi @ingowalther,
thx for the feedback.
Such option is indeed missing, so there will be a flag -Dgreenmail.users.login=email to override the behavior.
-Dgreenmail.users.login=email
Sorry, something went wrong.
a05f6ae
Configure to use full email address as login name in standalone versi…
24c1815
…on (fixes #345) - Cleanup, eg BinaryOperator instead of BiFunction etc
Hello @marcelmay,
thank you for this fast implementation! Great work!
marcelmay
No branches or pull requests
Hello,
I need to use a full email address as login name in the standalone version.
Currently this is not possible because in
greenmail/greenmail-core/src/main/java/com/icegreen/greenmail/configuration/PropertiesBasedGreenMailConfigurationBuilder.java
Line 60 in 1b12e33
Would it be possible to introduce another parameter to use the complete email address as login name?
The text was updated successfully, but these errors were encountered: