Skip to content

crazyinventor/mailtrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mailtrapper

A mailtrap.io API wrapper class. Use it to get a list of your Mailtrap.io inboxes and mails.

Usage

$mt = new CrazyInventor\Mailtrapper([YOUR_MAILTRAP_API_TOKEN]);
$inboxes = $mt->getInboxes();
$mails = $mt->getMails([YOUR_MAILTRAP_INBOX_ID]);