Email Reply in Recipient's Tone
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Email Reply in Recipient's Tone reads the email thread, analyzes the sender's writing style—word choice, sentence structure, formality level, and overall tone—then generates a reply that matches that tone while delivering your intended message. Choose from Light (subtle matching), Medium (balanced mirroring), or Strong (close style mimicry) to control how closely the reply mirrors the sender. Perfect for building rapport, matching communication styles, and making your replies feel more natural and connected to the conversation.
WHERE IT RUNS
Any webpage with email threads, message conversations, or support tickets—Gmail, Outlook, Yahoo Mail, LinkedIn messages, Slack threads, Zendesk, Intercom, and more. The script scans the page for conversation context: subject lines, sender information, message bodies, and quoted replies. No site-specific configuration needed; the detection algorithm adapts to the page structure automatically.
HOW TO USE
Install the script and navigate to any email thread. Enter your key reply points in the text area (what you want to say). Click "Analyze Thread"—the tool extracts the conversation context and analyzes the sender's style. Choose your tone matching strength and toggle preserving your own voice. The draft appears in the panel. Review it, edit if needed, then click "Insert" to place it directly into your reply field, or "Copy" to paste elsewhere. Settings persist per site and globally—the tool remembers your strength and voice preferences. Keyboard shortcuts: Ctrl+Shift+T to analyze and generate, Ctrl+Shift+R to regenerate, Ctrl+Shift+I to insert.
TECHNICAL MECHANISM
The script extracts email content using a cascading DOM selector strategy: it targets subject lines (h1[data-thread-perm-id], .hP, .subject), sender information (.gD, .go, [email]), and message bodies (.ii.gt, .a3s, .msg-body, [role="article"]). Collected text is concatenated with labels into a structured input. The AI prompt includes the full thread content, the user's reply points, tone matching strength (light/medium/strong), and a voice preservation toggle. Strength mapping guides the AI: light = subtle matching while keeping your voice prominent; medium = balanced mirroring; strong = close mimicry of the sender's word choice and sentence structure. The model analyzes the sender's patterns from the thread and generates a reply that mirrors those patterns while delivering the user's content. The response is displayed in a textarea with Insert and Copy buttons. Reply insertion uses native value setting with both "input" and "change" events for React/Vue compatibility. The script prefers WebMCP (navigator.modelContext) when available, falling back to DOM scraping when not.
THE PANEL
The tool runs inside BGPanel, a lightweight UI system built into the BotGentz extension. Drag the panel by its header to reposition it anywhere on screen—it snaps to edges and remembers its position per site. Click the header to collapse the panel into a small bubble; click again to expand. Resize the panel by dragging its bottom-right corner. Press Escape at any time to close the panel. The panel stays out of your way but is always accessible via the extension's toolbar.
PLEASE NOTE
Requires the free BotGentz browser extension and an active monthly subscription—the AI backend uses credits for each generation. One generation per click; regenerate counts as a new generation. The script reads only what is visible on the page—it cannot access iframes or shadow DOM. AI-generated tone-matched replies are suggestions—always review and edit before sending. No email content is stored or shared beyond the API request; all processing is ephemeral. The tool's tone matching strength guides the AI's mimicry but actual results may vary—review the draft before use. Sites change their markup over time; if detection fails, check for updates or use the tool on a page with clearly visible conversation content.