PHP 5.2.x or higher
PHP cURL extension
Download the latest release
Unpack the zip file
Move the files somewhere in your project. In particular you need the PowerEmailMTA_PHP directory.
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.
● Webhook
● Message
● Account