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🪶