A disposable email is a temporary, self-destructing email address created for short-term use. Services like Mailinator, Guerrilla Mail, and 10MinuteMail generate these addresses instantly, requiring no registration. The inbox typically expires after minutes or hours, making the address unreachable for any follow-up communication.
Read definitionEmail Security Glossary
Clear definitions of key terms in email validation, disposable email detection, deliverability, and sender authentication.
Email verification is the process of confirming that an email address exists, is correctly formatted, and can receive messages. It typically involves syntax checks, domain and MX record validation, and sometimes SMTP-level handshake probing to determine whether the mailbox is live without actually sending a message.
Read definitionAn MX (Mail Exchange) record is a type of DNS record that specifies which mail servers are responsible for accepting email on behalf of a domain. When someone sends an email to user@example.com, the sending server looks up the MX records for example.com to find out where to deliver the message.
Read definitionSMTP verification is a technique that checks whether a specific email mailbox exists by initiating a partial conversation with the recipient's mail server using the Simple Mail Transfer Protocol. The verifier connects to the server, issues EHLO, MAIL FROM, and RCPT TO commands, then disconnects before actually delivering a message. The server's response to the RCPT TO command reveals whether the mailbox is valid.
Read definitionEmail deliverability is the measure of how successfully your outbound emails reach recipients' inboxes rather than being filtered to spam, bounced, or silently dropped. It depends on sender reputation, authentication, content quality, list hygiene, and the receiving server's filtering policies.
Read definitionA catch-all email configuration (also called a wildcard or accept-all configuration) tells a mail server to accept messages sent to any address at a domain, regardless of whether a specific mailbox exists. Mail sent to typo@example.com, random@example.com, or anything-else@example.com all lands in a designated catch-all inbox.
Read definitionAn email bounce occurs when a message you send cannot be delivered to the recipient's mailbox and is returned to the sender. The receiving mail server generates a bounce notification (also called a Non-Delivery Report or NDR) explaining why delivery failed. Bounces are classified as hard (permanent failure) or soft (temporary failure).
Read definitionA throwaway email is an email address created for one-time or short-term use with no intention of maintaining it. The term is used interchangeably with disposable email, though throwaway more specifically implies a single-use context — the person uses it once for a specific purpose and never checks it again.
Read definitionEmail validation is the process of checking whether an email address meets formatting standards and is likely to accept mail. It ranges from basic syntax checks (does the address have an @ symbol and a valid domain?) to deeper inspections including DNS lookup, MX record verification, and SMTP mailbox probing.
Read definitionA temporary email (also called temp mail) is an email address provided by a service that creates short-lived inboxes accessible without registration. The address works for a set duration — typically 10 minutes to 24 hours — then the inbox and all received messages are permanently deleted.
Read definitionDomain reputation is a score that email service providers assign to your sending domain based on your email sending history, bounce rates, spam complaints, engagement patterns, and authentication configuration. It determines whether your messages reach the inbox, land in spam, or get blocked entirely.
Read definitionEmail hygiene is the practice of regularly cleaning and maintaining your email contact lists to remove invalid, unreachable, and low-quality addresses. It encompasses removing hard bounces, identifying disposable and temporary addresses, suppressing unengaged contacts, and correcting common typos to keep your list healthy and your sender reputation intact.
Read definitionA burner email is a single-use email address created specifically to be discarded after one interaction. The term borrows from "burner phone" — a prepaid phone used briefly and then thrown away. Burner emails are a subset of disposable emails, distinguished by their explicitly one-time intent.
Read definitionAn SPF (Sender Policy Framework) record is a DNS TXT record that specifies which mail servers are authorized to send email on behalf of your domain. When a receiving server gets a message claiming to be from your domain, it checks your SPF record to verify the sending server is on the authorized list. Messages from unauthorized servers can be flagged, quarantined, or rejected.
Read definitionDKIM (DomainKeys Identified Mail) is an email authentication method that attaches a cryptographic signature to outgoing messages. The sending server signs specified headers and the message body with a private key, and the corresponding public key is published in the sending domain's DNS. Receiving servers use this public key to verify the signature, confirming the message was sent by an authorized server and was not modified in transit.
Read definition