tmpmail
Create and receive temporary email addresses
TLDR
Create a temporary inbox
List messages and their numeric ID
Display the most recent received email
Open a specific message
View email as raw text without HTML tags
Open email with a specific browser (default is w3m)
SYNOPSIS
tmpmail [options] [address]
PARAMETERS
-d domain
Specify the domain name to use for the temporary email address. If not specified, a default domain is used.
-s
Show some statistics.
-q
Suppress the output (quiet mode).
-t seconds
Set the email address lifetime.
address
Use specified address instead of generating a random one.
DESCRIPTION
The tmpmail command provides a way to create and manage temporary email addresses.
It's primarily designed for situations where you need a disposable email address to sign up for services, avoid spam, or protect your primary email address. tmpmail simplifies the process of generating an address, receiving emails sent to it, and deleting the address when it's no longer needed.
Typically, it integrates with a mail server and provides commands to create, view, and delete temporary mailboxes, often using randomly generated names. The command often comes with features to filter, forward, or generally interact with the received messages. The main purpose of tmpmail is to improve the user's privacy and decrease the amount of undesired spam in their main inbox.
CAVEATS
The availability and functionality of tmpmail depend heavily on the specific implementation and the server it's configured to use.
The security of the temporary email address also relies on the security measures implemented by the mail server.
Lifetime of address depends of server policy.
CONFIGURATION
tmpmail often requires configuration to connect to a mail server. This configuration may involve setting up authentication credentials, specifying the mail server address, and defining how temporary email addresses are generated and managed.
SECURITY CONSIDERATIONS
When using tmpmail, it's important to consider the security implications. While it helps protect your primary email address from spam, the temporary email address itself may not be as secure.
Avoid using it for sensitive information or accounts that require strong authentication.
HISTORY
The concept of temporary email addresses has existed for a long time to combat spam and protect user privacy. Specific tmpmail implementations vary, but the core idea remains the same: provide a disposable email for temporary use.
Its usage became more popular as the quantity of spam emails became a bigger problem. Different implementations exists, but the goal is always the same.