1.0.9 • Published 3 years ago

tempmailo-api v1.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

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
1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago