Integrate with Reloop using PHP
Official PHP SDK for Reloop. A few lines of code to send production email.
Install
bash
composer require reloop/reloop-emailSend email
send_email.php
1$reloop = Reloop::client(getenv('RELOOP_API_KEY'));2
3$reloop->emails->send([4 'from' => 'Acme <onboarding@yourdomain.com>',5 'to' => ['delivered@yourdomain.com'],6 'subject' => 'Hello from PHP',7 'html' => '<strong>It works!</strong>',8]);Popular PHP integrations
Send with PHP.
Get an API key, verify your domain, and ship transactional email in minutes.