Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 272 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 272 Bytes

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]);