Skip to content

jrobertson/tempmail44

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Uses the Temp Mail API to create a temporary email address.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages