Big News: Socket Selected for OpenAI's Cybersecurity Grant Program.Details
Socket
Book a DemoSign in
Socket

tempmailo-api

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tempmailo-api

A node.js API for accessing tempmailo.com's services.

latest
Source
npmnpm
Version
1.0.9
Version published
Maintainers
1
Created
Source

tempmailo-api

A node.js API for accessing and generating temporary email boxes using tempmailo.com's services.

Installation

npm install tempmailo-api

Usage

Import the module

const tempmailoapi = require('tempmailo-api');

Generate a random email that is supported by tempmailo

tempmailoapi.genRandomEmail();

Retrieve all the emails in an inbox

tempmailoapi.getEmails(Email);

Example Response

[{"id":"5fbb3234575afab2c31f946c","from":"\"Sender\" <sender@domain.com>","to":"email@domain.com","subject":"Subject","text":null,"html":"<b>Hello</b>","date":"2020-11-23T03:53:22.723Z"}]

Examples

Examples are available here.

Domains

Some of the email domains I know tempmailo use, and are used by the random email gen.

@livinginsurance.eu
@ivyandmarj.com
@digital10network.com
@celinecityitalia.com

Keywords

temp mail

FAQs

Package last updated on 23 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts