Anonacy's v2 api enables simplified control over a Postal open-source mail server.
It is designed for email aliasing and can be easily deployed using docker on the same machine as Postal.
You can use the @anonacy/app project as a UI for the api.
Available | Planned |
---|---|
β Email Alias Routing | π URL Endpoints |
β Address Endpoints | π User Authentication |
β Domain Management | π Org & Server Management |
β DNS Record Setup | |
β Delivery Status Logs | |
β Webhooks |
Uses the credentials system within postal to generate api keys. These automatically scope to the org & server within postal. Use header: Authorization: Bearer APIKEY
or the @anonacy/app
Full api documentation can be found here:
https://api2.anonacy.com/docs/ or by running your own instance and navigating to the /docs
route in a browser.
- To deploy the api yourself, follow the guide in install.md
- To contribute to the api or run locally, follow the guide in contributing.md
Built by hewπͺΆ