-
Notifications
You must be signed in to change notification settings - Fork 7
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
No separate settings #3
Comments
Hi, great suggestion! Community contributions to this plugin are welcome ! |
Wouldn't this just be the removal of the user association inside the configuration? |
This plugin supports all of that. We don't need to do any extension in the core server. The problem you are mentioning is that you find the configuration tedious, but despite being tedious, you can already configure it this way. |
But currently you need to configure smtp settings for every user. Why not make a single smtp configuration and configure the EmailTo property for each user? |
It was designed for flexibility. But yes, the plugin could be reworked to do that. |
I see no practical reason for the current configuration flow. I'll look into restructuring the configuration. |
Hi guys, as per this issue, I have just finished rewriting the core of this plugin ready to merge and release. I'll look into adding an 'All Users' in the dropdown box, so you'll have the option to select an individual user if needed, or just overall configuration for all users. The flow would be, if a user doesn't have any specific configuration, use the All Users configuration; does this sound fair and acceptable? |
Now I have to set an smtp server for each separate user. I would like to have it more like a general email address sending notifications for all users. So for all users from e.g. [email protected]. And also for every new and so on.
The text was updated successfully, but these errors were encountered: