Project

tempmail44

0.0
No release in over a year
Uses the Temp Mail API to create a temporary email address.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Introducing the TempMail44 gem

Usage

require 'tempmail44'

tm = TempMail44.new host: 'temp-mail44.p.rapidapi.com', apikey: 'YOUR-API-KEY', debug: true
tm.create

tm.email #=> 6wl254jvn@bestparadize.com
r = tm.read
r.first.subject #=> 'Test123'

# ... opening a new IRB session

tm = TempMail44.new host: 'temp-mail44.p.rapidapi.com', apikey: 'YOUR-API-KEY', debug: true
tm.email = '6wl254jvn@bestparadize.com'
r = tm.read
r.first.subject #=> 'Test123'

Resources

tempmail44 tempmail email temp