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

Automatically generate mandatory email addresses on domain creation #1

Open
martbock opened this issue Jul 29, 2018 · 0 comments
Open
Labels
feature New feature or request

Comments

@martbock
Copy link
Member

Since some email addresses are required to be always present for every domain, it would be cool to have an option that - when enabled - automatically generates those addresses once a new domain is added.

Mandatory email addresses are

  • abuse@
  • postmaster@

Other useful ones could be

  • hostmaster@
  • webmaster@

One step further would be to allow for custom addresses that are generated on every domain creation.

Probably the easiest thing we could do is hook some kind of EventListener onto a domain creation event and have a boolean in the .env file to enable/disable the function. Another possibility would be to have a setting saved in the database.

@martbock martbock added the feature New feature or request label Jul 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant