Anonymousemail: Send Email
Anonymousemail via Parse · developer_tools
Sends an anonymous email. Fetches a fresh CSRF token and solves the Cloudflare Turnstile captcha before submitting the form to send.php. The site may rate-limit rapid submissions from the same IP. Returns the submission status and any message from the site. Send anonymous emails via anonymousemail.me without registration. Handles CSRF token extraction, Turnstile captcha solving, and form submission. Fulfilled by Parse from anonymousemail.me.
- anonymousemail
- anonymousemail-me
- developer-tools
- other
- parse
- platform-key
Price and execution
- Price
- Quote unavailable
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/c17b1c2a-4bde-43f6-a286-63371a02eb21/send_email
- Interface artifact
- sha256:4a78efd0ddaec95917ef358927675e66b59f57c7222bd2200361cb6ea71eca2e
- Manifest digest
- sha256:5284108ff69e333ce347d8bfb0bf0a120cc57654bb0269dfe56751d614239493
Request fields
- to (string, required): Recipient email address.
- from (string): Sender email address. Free tier is locked to noreply@anonymousemail.me; premium allows custom addresses.
- text (string): Email message body. Supports HTML content. Max 10000 characters.
- subject (string): Email subject line, max 60 characters.
- fromname (string): Sender display name shown in the email.
Example queries
- {"to":"recipient@example.com","text":"Testing with custom sender name","subject":"Custom Name Test","fromname":"CustomSender"}