Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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.

  • 1.0.9
  • latest
  • Source
  • npm
  • Socket score

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc