About 65 results
Open links in new tab
  1. Maildrop - Free Disposable Email Address

    Maildrop provides free disposable e-mail addresses for use in web forms, app signups, or any other place you'd like to protect your privacy.

  2. How It Works | Maildrop

    Enter Maildrop to the rescue. Maildrop is a free throwaway email address. It's temporary. It's transient. It's disposable. It's meant for those times when you don't want to give out your real address. Just …

  3. Quickstart - Maildrop

    This page helps you get up and running with the Maildrop API within ten minutes.

  4. Overview | Maildrop

    This page gives you all the information you need to start connecting to the Maildrop API and performing queries.

  5. Developer Documentation | Maildrop

    📚 Developer Documentation Welcome to the Maildrop developer docs! Maildrop provides an easy-to-use API that lets you programmatically retrieve mailbox listings and individual messages, delete …

  6. Contact Us Page - Maildrop

    Maildrop greylists every email server. If Maildrop receives a message from an email server it hasn't communicated with yet, that server goes onto something called a "greylist", where the server is told it …

  7. Get a Mailbox Alias - Maildrop

    Every email address on Maildrop has a corresponding "Mailbox Alias", which is an encoded two-way-hash of the email address itself, with the secret key for the hash known only to Maildrop. This means, …

  8. Maildrop Privacy Policy

    Maildrop inbox aliases are not secure. While inbox aliases are meant to be a layer of obfuscation to the real email address at maildrop.cc, you should be aware that the algorithm which converts from real …

  9. Get a Mailbox Listing | Maildrop

    POST https://api.maildrop.cc/graphql This GraphQL query takes a mailbox and an id as required parameters. Returns an array of Message objects with the "data" and "html" fields set to null. …

  10. Get a Specific Message | Maildrop

    POST https://api.maildrop.cc/graphql This GraphQL query takes a mailbox and an id as required parameters. Returns a Message object with valid "data" and "html" fields.