heithem/mailtm

There is no license information available for the latest version (dev-main) of this package.

dev-main 2024-02-24 01:33 UTC

This package is auto-updated.

Last update: 2024-04-24 01:47:41 UTC


README

To see all results, check out the API page: https://api.mail.tm/

User needs to login to access JWT token. Registration does not return this information, log in after registration.

After the login process, the user's JWT token and ID are assigned to mailtm.token and mailtm.id

Domain

List Domains

$result = (new Mailtm())->getDomains();

Get Domain

$result = (new Mailtm())->getDomains('[domain id]');