Skip to main content
1

Install the SDK

Add the SDK to your project with Composer:
2

Set your credentials

Create a .env file in your project root:
The SDK loads these values automatically. To obtain credentials, see Authentication.
3

Send your first email

Create a file send.php:
Run it:
4

Check delivery status

Use the tracking ID to check delivery:

Next steps

  • Email client: add HTML, attachments, CC/BCC, and handle errors
  • Forms client: retrieve form schemas and submit responses