Skip to content

KevCui/tempmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tempmail CI

Use temp-mail disposable email service from your terminal.

Table of Contents

Dependency

How to use

Usage:
  ./tempmail.sh [-u <inbox>|-c <inbox>|-d <uid>|-s]

Options:
  no option        optional, randamly get an inbox
  -u <inbox>       optional, get an inbox by its mail address
  -c <inbox>       optional, delete inbox
  -d <uid>         optional, delete mail by its uid
  -s               optional, show available domains
  -h | --help      display this help message

Examples:
  - Generate a random inbox:
    $ ./tempmail.sh

  - Get mails in test@temp-link.net:
    $ ./tempmail.sh -u test@temp-link.net

  - Delete inbox test@temp-link.net:
    $ ./tempmail.sh -c test@temp-link.net

  - Delete mail uUa4V5Hjmkqf9O:
    $ ./tempmail.sh -d uUa4V5Hjmkqf9O

  - Show all available domains:
    $ ./tempmail.sh -s

Run tests

$ bats test/tempmail.bats

Similar projects

Want more temp mail service? Check out:

Want to send anonymous emails? Check out:

You may like them!


Buy Me A Coffee