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

email sending during setup/first login #3

Open
Little-Ben opened this issue Jan 13, 2017 · 2 comments
Open

email sending during setup/first login #3

Little-Ben opened this issue Jan 13, 2017 · 2 comments

Comments

@Little-Ben
Copy link
Owner

When setting up a new system, admin email is set to info@examplerota.com. To this address all notifications about database updates are sent. This is NOT the email address given for the user during installation.

When admin user first logs in (right after install), all database updates are made.
So, for every database update there will be one email to the admin mail address.
Since there was no login, admin could not have changed the admin address away from default.

Following possibilities:

  1. suppress sending email during setup process
  2. suppress sending email to default address
  3. during setup, ask for admin email address an set it right away, before first email is sent
@sgreenslade
Copy link
Contributor

I'd suggest option 1.
When setting up a system I'd not want to get loads of database update emails.

Subsequently though, once I had data in my system, I'd want to know of schema changes.

@Little-Ben
Copy link
Owner Author

sounds reasonable.

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

No branches or pull requests

2 participants