Addressbook
Access
- Open your browser and enter the address http://{pc ip}:{service port} (eg http://localhost:5000)
- Click on the addressbook button
You can access the address book via the url:
http://{pc ip}:{service port}/addressbook (eg http://localhost:5000/addressbook)
Usage
- Import your address book
- Add a recipient
- Edit or delete a recipient
The import requires a csv file and the presence of the following fields : 'name' and 'email'.
1
2
3
