Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Mateodioev/mail.tm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Mail.TM

CodeFactor

MailTm class allows you to use all HTTP methods. You can create mail.tm accounts, get messages, delete account, all this using the mail.tm api

Create a new account

$MailTm::CreateAccount();

Get JWT token

$MailTm::GetToken('mail', 'password');

Get a specific message

$MailTm::GetMessageId('msgID', 'jwtToken');

Delete the account created

$MailTm::Delete('jwtToken', 'Account Id');

Installation

Install source from GitHub

To install the source code:

$ git clone https://github.com/Mateodioev/mail.tm.git

And include it in your scripts:

require_once "mailtm.php";
$MailTm = new MailTm;

About

Interactuar con la api de mail.tm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages