-
Notifications
You must be signed in to change notification settings - Fork 181
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
Admin user feature (Second attempt) #186
base: master
Are you sure you want to change the base?
Conversation
Some thoughts about this:
|
I also wanted to add that it's not clear to me why you need an admin user? @Lewik can you explain to us what you're trying to accomplish?
This statement does not explain why you need this feature. Based on the PR it sounds like what you're trying to do is add an API to allow for easy access to any users email in a mailstore. |
@buildscientist At the moment we (team) need to implement some sort of intelligence mail ... blast. Broadcast to multiple users. Each user have particular email. Like [email protected] [email protected] and so on. While developer works on that, he need to login (we use web ui for that) to [email protected] than login to [email protected] - it's not useful. We will be very happy, if we could have one account to get ALL emails. We will have more complicated mail blasts, so we really need this. Seems that @marcelmay got what I want, may be he can explain more verbose. @marcelmay
|
Any updates? |
@Lewik |
@marcelmay I can't come up with 100% reason. Why preconfigured is better? =) |
Because you do not require an API, and Convention over Configuration. |
Sorry about #185
I removed CRLF to LF, now you could see admin functionality.
I beleive, that admin users should be able to get all emails from all boxes. This will be very usefull for using greenmail in development.