Getting Started

Power Email API Documentation - PHP

Info! Do you have any questions on our Email API? Write to us at [email protected]

Requirements


PHP 5.2.x or higher

PHP cURL extension

Getting the Library

Installing from the zip release

Download the latest release

Unpack the zip file

Move the files somewhere in your project. In particular you need the PowerEmailMTA_PHP directory.

Using the Library

Now that you have a copy of the library in your project, you're ready to start using it. All uses of the PowerEmailTES API start by including the library and instantiating the PowerEmailclass.


<?php
require_once 'PowerEmailMTA_PHP/PowerEmail.php';
PowerEmail_client = PowerEmail.PowerEmail ('owner_id', 'token', 'PowerEmailTES_APP_DOMAIN')
?>



After that, you're ready to start making calls.


API Call Categories


SMTP User

Sending Domain

Tracking Domain

Webhook

Message

Account