SendClean Email API Documentation - PHP
Info! Do you have any questions on our Email API?
Write to us at support@sendclean.com
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 SendCleanMTA_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 SendCleanTES API start by including the library and instantiating the SendCleanclass.
<?php
require_once 'SendCleanMTA_PHP/SendClean.php';
$SendClean= new SendClean('owner_id', 'token', 'SendCleanTES_APP_DOMAIN');
?>
After that, you're ready to start making calls.