A simple awesome alias manager for exchange accounts.
Built with :
You can check a quick sample:
This app comes some features:
- Exchange 2013, 2016 OVH
To be able to use it, you have to create an Application API. You can check a ticket on my website First step with the OVH API. To prevent a maximum against hackers, you will provide a restricted access. Just enough for the app.
curl -XPOST -H"X-Ovh-Application: ÀPP_KEY" -H "Content-type: application/json" \
https://eu.api.ovh.com/1.0/auth/credential -d '{
"accessRules": [
{
"method": "GET",
"path": "/email/exchange*"
},
{
"method": "POST",
"path": "/email/exchange/*/service/*/account/*/alias*"
},
{
"method": "DELETE",
"path": "/email/exchange/*/service/*/account/*/alias*"
}
],
"redirection":"https://anthonypradal.com/"
}'
- Be able to manage MX OVH Plan
- Multi-Exchange account
- Add other Exchange providers
Want to help make this theme even better? Contributions from the community are welcome!
Please follow these steps:
- Fork/clone this repository.
- Develop (and test!) your changes.
- Open a pull request on GitHub. A description and/or screenshot of changes would be appreciated!
MIT. See LICENSE.MD.