Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacksonrakena/migadu-cli
Command line tool for managing Migadu email hosting.
https://github.com/jacksonrakena/migadu-cli
cli cli-tools email email-management
Last synced: 3 days ago
JSON representation
Command line tool for managing Migadu email hosting.
- Host: GitHub
- URL: https://github.com/jacksonrakena/migadu-cli
- Owner: jacksonrakena
- License: mit
- Created: 2021-06-18T10:05:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-31T03:05:47.000Z (almost 3 years ago)
- Last Synced: 2024-05-02T04:02:07.807Z (6 months ago)
- Topics: cli, cli-tools, email, email-management
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Migadu CLI
Command line tool for managing Migadu email hosting.
## Examples
#### Setup
Add your [Migadu API key](https://admin.migadu.com/account/api/keys):
```sh
mictl setup [email protected] SDUMz11DCEyJJOIvmODI8bJ7HwfJkDFVJif9Ds9df38VDj83xG3sJOVIjfmSdofvndZjIJfoivnODIfn
```### Creation
To create a mailbox with a password:
```
mictl boxes create [email protected] --name "Test User" --password helloworld
```To create a mailbox with a random password:
```
mictl boxes create [email protected] --name "Test User" --random
```To create a mailbox and send a password reset email to an address:
```
mictl boxes create [email protected] --name "Test User" --invite-address [email protected]
```### Deletion
Delete a mailbox:
```
mictl boxes delete [email protected]
```## Copyright
Mictl copyright © 2019-2022 Jackson C. Rakena
All properties copyright of their respective authors.