webapp-tools/manage_recipients/README.md
2019-06-25 16:05:54 +02:00

39 lines
706 B
Markdown

manage_recipients.py
====================
Manage recipients in webapp
#### Usage:
###### List recipients
```python
python remove_recipients.py --user <user> --list
```
###### Remove recipient
Remove options is searching in display_name, smtp_address or email_address.
```python
python remove_recipients.py --user <user> --remove <recipient name>
```
###### Clear history
```python
python remove_recipients.py --user <user> --remove-all
```
#### Example
Remove all recipients that have example.com in there display_name, smtp_address or email_address
```python
python remove_recipients.py --user user --remove example.com
```
# License
licensed under GNU Affero General Public License v3.