PHP code example of resend / resend-laravel
1. Go to this page and download the library: Download resend/resend-laravel library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
resend / resend-laravel example snippets
use Resend\Laravel\Facades\Resend;
Resend::emails()->send([
'from' => '[email protected]',
'to' => '[email protected]',
'subject' => 'hello world',
'text' => 'it works!',
]);
'resend' => [
'transport' => 'resend',
],
ini
RESEND_API_KEY=re_123456789
ini
MAIL_MAILER=resend