mailinator
Provides methods for working with Mailinator service - www.mailinator.com
delete
{
"status": "ok"
}Name
Type
Description
fetch
{
"data":
{
"fromfull":"[email protected]",
"headers": { ... email headers ... },
"subject":"test subject",
"requestId":"REQUEST ID",
"parts": [
{
"headers":{ "content-type":"text/plain; charset=utf-8" },
"body":"EMAIL BODY (TEXT)"
},
{
"headers":{ "content-type":"text/html; charset=utf-8" },
"body":"EMAIL BODY (HTML)"
}
],
"from":"Test Tester",
"origfrom":"Test Tester [email protected]",
"to":"cb-test-2",
"id":"RANDOMLY GENERATED ID",
"time":1491200030000,
"seconds_ago":1174
},
"apiEmailFetchesLeft":1999
}Name
Type
Description
getBody
Name
Type
Description
getSubject
Name
Type
Description
init
Name
Type
Description
list
Name
Type
Description
Last updated
Was this helpful?