Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christianwgd/account_manager
Manage email accounts for different tenants and domains
https://github.com/christianwgd/account_manager
django python
Last synced: 2 days ago
JSON representation
Manage email accounts for different tenants and domains
- Host: GitHub
- URL: https://github.com/christianwgd/account_manager
- Owner: christianwgd
- Created: 2020-05-21T16:31:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T11:15:51.000Z (about 1 month ago)
- Last Synced: 2024-12-10T12:27:19.432Z (about 1 month ago)
- Topics: django, python
- Language: Python
- Homepage:
- Size: 6.88 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# account_manager
Manage email accounts for different tenants and domainsI'm an admin of different mail servers and now and then people call
me to get a new password (most they move to a new hardware and don't
remember their passwords). So every time i had to generate a new passwod
(never give them a simple one, they will never change ;-)), write a mail
and tell them their new passwords. Same for new users, which need to get
all account data including some advice how to configure their email clients.Since i was going mad about this mail traffic, i build this app to generate
passwords and a PDF that i can mail to the users. The PDF includes all relevant
information to access the mails with an email client.There's one thing i'm still missing: Unfortunately no email provider will ever
provide a webservice to manage email accounts. Hints are welcome!