NOTE: This project is still under very early development.
The mynona project aims to provide a simple tool to create throwaway mail addresses using the Migadu API. It provides an alternative to services like AnonAddy or SimpleLogin.
The differences are:
- Mynona itself is free BUT it requires a aid Migadu subscription
- No need to host anything yourself, since it uses Migadu's servers
To use this tool a Migadu API token is required with at least one registered domain.
- Copy
config.json.template
toconfig.json
- Fill in your Migadu credentials (user and API token)
- Fill in the domains registered in your migadu account you would like to use for throwaway mail addresses.
- Build the Vue frontend:
( cd frontend/ && yarn install && yarn build )
- Build the Go backend:
go build
- Start the service:
./mynona
- The UI is now available at http://localhost:3000
- Get index of: mailboxes, identities and aliases
- Create new identity
- Delete identity
- Update identity
- User Management
- Authentication