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

Could not use full email address as login name in standalone version #345

Closed
ingowalther opened this issue Oct 8, 2020 · 2 comments
Closed
Assignees
Milestone

Comments

@ingowalther
Copy link

ingowalther commented Oct 8, 2020

Hello,

I need to use a full email address as login name in the standalone version.
Currently this is not possible because in

configuration.withUser(userParts[0] + '@' + userParts[2], userParts[0], userParts[1]);
always the username will be used as login.

Would it be possible to introduce another parameter to use the complete email address as login name?

@marcelmay marcelmay self-assigned this Oct 8, 2020
@marcelmay marcelmay added this to the 1.6.1 milestone Oct 8, 2020
@marcelmay
Copy link
Member

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.

marcelmay added a commit that referenced this issue Oct 11, 2020
…on (fixes #345)

- Cleanup, eg BinaryOperator instead of BiFunction etc
@ingowalther
Copy link
Author

ingowalther commented Oct 12, 2020

Hello @marcelmay,

thank you for this fast implementation! Great work!

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

No branches or pull requests

2 participants