A collection of implementations for interacting with the TempMail.so temporary email service API. It allow developers to create and manage temporary email inboxes, retrieve emails, and handle other functionality with ease.
- Python
- PHP
- Node.js
- C#
- Java
- Shell
docker pull tempmailso/tempmail
tempmail config <rapidapi-key> <auth-token> # Configure API key
tempmail domains # Show available domains
tempmail create <name> <domain> [lifespan] # Create new inbox
tempmail list # List all inboxes
tempmail delete-inbox <inbox-id> # Delete inbox
tempmail list-mails <inbox-id> # List emails in inbox
tempmail read-mail <inbox-id> <mail-id> # Read email content
tempmail delete-mail <inbox-id> <mail-id> # Delete email
tempmail help # Show help message
- Auth Token: Get from https://tempmail.so
- RapidAPI Key: Get from https://rapidapi.com/
- Inbox Management: Create, list, and delete temporary email inboxes.
- Email Handling: Retrieve, view, and delete emails.
- Flexible Lifespan: Support for short-term and long-term inboxes.
- Authentication: Secure access using RapidAPI keys and TempMail.so tokens.
Detailed API documentation can be found at the TempMail.so API Documentation.
Contributions are welcome! Feel free to open issues or submit pull requests to improve this repo.
This project is licensed under the MIT License. See the LICENSE file for details.