It is not using Mailgun API, only PHP curl
All receipts are hidden, so they don't see each other emails
No namespace, no composer, just 1 file ready to use.
- add this file
"send_mailgun_batch.php";your PHP project require_once "send_mailgun_batch.php";- change
$domainand$mailgun_api_key - Call this function
send_mailgun_batch($emails_to_send_array, $subject, $message); - If success you should see a message "Queued. Thank you."
