
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
tempmailo-api
Advanced tools
A node.js API for accessing and generating temporary email boxes using tempmailo.com's services.
npm install tempmailo-api
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 are available here.
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
FAQs
A node.js API for accessing tempmailo.com's services.
We found that tempmailo-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.