Giter VIP home page Giter VIP logo

free-tempmail-api's Introduction

πŸ“‘ Temp Mail API Documentation

Effortlessly manage temporary email accounts and messages with the Temp Mail API. This user-friendly and efficient solution is ideal for applications, websites, or new projects with temporary email services. πŸ“§βœ¨

πŸ“ How to Get Started?

Getting started is simple with the Temp Mail API:

😎 API Base URL: https://free-tempmail-api.vercel.app/api/

1. πŸ“¨ Get New Mail Account

  • Endpoint: /newmail
  • Method: GET
  • Description: Create a new temporary email account.
  • Query Parameters: None
  • Example Request:
    GET /newmail
    
  • Example Response:
    {
      "success": true,
      "newmail": {
        "email": "[email protected]",
        "token": " your token hare "
      }
    }

2. πŸ“© Get All Mail

  • Endpoint: /mails
  • Method: GET
  • Description: Retrieve all emails in the temporary mailbox.
  • Query Parameters: None
  • Headers:
    • mailtoken (string, required): The authentication token for accessing the mailbox.
  • Example Request:
    GET /mails
    Headers:
      mailtoken: your_token_here
    
  • Example Response:
    {
      "success": true,
      "mails": [{ get all mails here }]
    }

3. πŸ“– Read Mail by ID

  • Endpoint: /read/{mail_id}
  • Method: GET
  • Description: Read a specific email in the temporary mailbox by its ID.
  • Path Parameters:
    • mail_id (string, required): The unique identifier of the email.
  • Example Request:
    GET /read/658839bc9995d8263956db24
  • Example Response:
    {
      "success": true,
      "mail": {
        "id": "658839bc9995d8263956db24",
        "seen": true,
        "from": {
          "address": "[email protected]",
          "name": "Nina Mejia"
        },
        "to": [
          {
            "address": "[email protected]",
            "name": ""
          }
        ],
        "cc": [],
        "bcc": [],
        "subject": "",
        "text": "your mail text here",
        "html": [
          "<div>your mail text here</div>"
        ],
        "date": "2023-12-24T14:01:24+00:00"
      }
    }

Begin your journey with the Temp Mail API today and experience the convenience of managing temporary email accounts effortlessly! πŸ“§βœ¨

πŸŽ‰ Credits

We want to acknowledge and appreciate the hard work and creativity of our development team. They've made this API a reality. πŸ™Œ

free-tempmail-api's People

Contributors

devgauravjatt avatar

Stargazers

 avatar  avatar  avatar  avatar

free-tempmail-api's Issues

It doesn't bring the whole message

I made an application but I had a problem when a long message is received it does not appear completely in json

app iOS and android

{succuss: true, mails: [{@id: /messages/65705a8c5ced55f97d5bcda1, @type: Message, id: 65705a8c5ced55f97d5bcda1, msgid: <CAOWz6TTzGUgvJE1=MLUViuqQZC6YehN+jrmSH4K0XCqi-1jCWw@mail.gmail.com>, from: {address: [email protected], name: FaLah Al Anazi}, to: [{address: [email protected], name: }], subject: Fwd: Test, intro: 1. Trade-in values will vary based on the condition, year, and configuration of your eligible trade-in device. Not all devices…, seen: false, isDeleted: false, hasAttachments: false, size: 9509, downloadUrl: /messages/65705a8c5ced55f97d5bcda1/download, sourceUrl: /sources/65705a8c5ced55f97d5bcda1, createdAt: 2023-12-06T11:26:54+00:00, updatedAt: 2023-12-06T11:27:08+00:00, accountId: /accounts/65705a602925d353490a3dee}]}

It only calls part of the message πŸ‘‡

  1. Trade-in values will vary based on the condition, year, and configuration of your eligible trade-in device. Not all devices…,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.