SendHub
curl -X POST https://api.sendhub.xyz/projects/send/email \
-H "Content-Type: application/json" \
-H "X-SENDHUB-API-KEY: xxxxxxxxxx" \
-d '{
"address": "0xC8fE17824bdf7C0FdF7fB63D9F4D0b161a73C2a8",
"subject": "Welcome to Our Web3 Community!",
"body": "Thank you for joining our Web3 project!\n\nStay tuned for updates, and feel free to reach out with any questions.\n\nBest regards"
}'