Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 224 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 224 Bytes

FreshMail

A php library which implements the functionality of FreshMail REST API.

Installation

require_once 'class.rest.php'
require_once 'config.php';

Examples

All samples included in samples directory.