When a customer emails your support address, where does that conversation live? In most small stores the honest answer is “somewhere in my inbox, hopefully.” Helpie’s email system is built so the conversation lives in one place — the ticket — no matter which door the customer walked through to talk to you.
This page explains how replies get matched back to the right ticket, what happens when you run Helpie in chatbot-only mode and handle everything from your own inbox, and where to look when you want to check what’s been sent.
—
Why It Matters
A support conversation usually hops between channels. A customer asks the chat widget something, it becomes a ticket, you reply, they answer from their phone’s mail app three days later. Without threading, that reply is an orphan — a mystery email you have to match to a half-remembered conversation yourself.
With threading, every reply lands on the ticket it belongs to, in order, regardless of whether it arrived through the website or through email. You read one conversation, not a scavenger hunt.
—
Before You Start
- An SMTP plugin is essential. Helpie hands its emails to WordPress, and WordPress needs a proper delivery service to be reliable. WP Mail SMTP is a solid free option. Helpie deliberately doesn’t set its own “From” address — your SMTP plugin owns that, which keeps your email authentication (SPF/DKIM) intact.
- For reply-by-email, you’ll need an IMAP inbox. This is the mailbox Helpie watches for customer replies — something like support@yourstore.com. You’ll connect it under Helpie > Settings > Email. Without it, customers can still reply on the website; they just can’t reply from their mail app.
—
How Replies Find Their Way Home
Every email Helpie sends a customer carries quiet little markers — an invisible message ID in the email’s headers, and a visible tag like [#HELPIE-42] in the subject line. When the customer hits Reply, their mail app sends those markers right back.
Helpie checks the watched inbox every few minutes (you choose how often — every 5, 15, 30 or 60 minutes) and matches each incoming email to its ticket, trying the strongest clue first:
- The hidden message ID — the most reliable match; survives almost everything.
- The subject tag —
[#HELPIE-42]keeps working even when a mail app mangles the headers.
Matched replies are added to the ticket as customer messages, with the quoted-reply clutter trimmed off (the “On Tuesday, Jane wrote:” stack doesn’t follow them in). If an email can’t be matched to anything, Helpie can open a fresh ticket for it — that’s a toggle in Settings > Email, on by default.
The result: a customer can reply on the website one day and from their inbox the next, and you see one tidy conversation on the ticket. No detective work.
—
Running Without the Helpdesk: Inbox Mode
Maybe you’re not ready for a full ticket queue — you just want the chat widget, and anything it can’t handle should land in your email like it always has. That’s exactly what happens when the Helpdesk feature is switched off.
Here’s what’s true in that mode:
- Escalations still become tickets behind the scenes, and you get a new-ticket notification email with everything you need: who, what, and their message. Reply to that email and your answer goes straight to the customer — no helpdesk screens involved.
- The customer’s side is still kept on file. If they reply to Helpie’s confirmation email, that reply is quietly threaded onto the ticket, even though you’re not looking at tickets. You can see the traffic in the Email log tab at the top of every Helpie screen.
- Your side lives in your inbox. When you reply from your own mailbox, that email travels directly between you and the customer — Helpie doesn’t see it, and doesn’t try to. Inbox mode is meant to be lightweight, not surveillance.
And here’s the part we’re a little proud of: because the customer’s side was being threaded all along, if you turn the Helpdesk on later, the history is already waiting for you. Flip the toggle and yesterday’s conversations appear as proper tickets — nothing to import, nothing lost.
—
The Email Log
Every email Helpie sends or receives is recorded — recipient, subject, time, and whether it sent successfully. It has its own Email log tab at the top of every Helpie screen, and the tab stays put even in inbox mode, when the ticket screens are hidden.
This is separate from anything your SMTP plugin logs, and it’s especially handy in inbox mode: it’s your at-a-glance answer to “did the customer actually get my confirmation?” and “has anyone replied that I haven’t seen?” If you’d rather not keep the record, there’s a toggle in Settings > Email — but we’d suggest leaving it on. It’s the kind of thing you only miss when you need it. The full rundown — columns, filters, and the other notification emails — is in Email Log.
—
Common Questions
Does the customer have to reply from the same email address?
No — the hidden message ID and the subject tag both work no matter which address the reply comes from.
What happens to attachments in customer replies?
Helpie doesn’t pull files out of the reply — only the message text is added to the ticket. If you need the file, it’s still sitting in the watched inbox itself.
I replied to a new-ticket notification — why isn’t my reply on the ticket?
By design! Notification replies go straight to the customer from your mailbox, person-to-person. If you want your replies recorded on the thread, reply from the ticket screen instead (with Helpdesk mode on) — those go through the threaded sender.
Could the same reply be added twice if the inbox gets checked twice?
No — Helpie remembers which emails it has already processed and skips duplicates.