crazyinventor/mailtrapper

A mailtrap.io API wrapper class

1.3.2 2018-12-20 21:10 UTC

This package is not auto-updated.

Last update: 2024-04-27 16:47:30 UTC


README

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