-
Notifications
You must be signed in to change notification settings - Fork 61
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
Add a way to test email settings #2355
Comments
I was looking at that one, though it's a bit tricky I think, more because of the expected behaviour. Could the solution be to save the settings while sending the test email? Informing the admin, of course. |
Probably save on send ... actually I think we have the same condition on the Sphinx search settings .. if you try to connect to the search daemon without first hitting save, it will fail. This even though the fields are populated with some defaults, those defaults are not in the DB yet. |
I'm tempted to move it to 2.0 |
I think there are a few things that would have to be done .. new test template, testing all of the replacement fields, including pbe, etc etc ... moving it to 2.0 as I don't see us doing this |
Added a basic email form in the ACP that an admin can use to send ... pretty basic implementation for a start. |
The text was updated successfully, but these errors were encountered: