Share Report
The button on the Reports page that emails the year-end PDF and CSV directly to a CPA or tax professional. The email comes from reports@glutenhero.net with the reply-to set to the household's own address, so the professional's reply lands in your inbox.
Share Report is the button on the Reports page in Gluten Hero that emails the year-end report PDF and CSV directly to a CPA or tax professional. It is the alternative to downloading the files locally and emailing them by hand.
The flow. The user taps Share Report. A dialog opens asking for the recipient's email and an optional personal message. On submit, the App calls the send-report-to-cpa Edge Function, which renders the PDF and CSV server-side from the household's logged data, attaches both files to an email, and sends it from reports@glutenhero.net via Resend. The reply-to header is set to the user's own auth email, so when the tax professional replies the reply lands in the household's inbox rather than in a Gluten Hero shared mailbox.
The recipient address is intentionally not remembered between sessions today. Each time Share Report is used, the user types the email fresh. That is on the post-launch follow-up list to revisit, but the current behavior is the safer default while the workflow is new.
Why the button exists rather than a plain mailto link. A mailto link cannot legally attach files per RFC 6068; a mailto with ?attachment= simply does not work. The earlier Email-to-My-Tax-Professional button used a mailto and produced the Gmail "files weren't attached" warning because there was nothing to attach. The Edge Function approach sends real files from a real server.
The Share Report flow is available once the diagnosis attestation toggle is on.
For the workflow side of the handoff (when to send, what the tax professional usually asks back, how to frame the email), read Handing off your report to your CPA or tax professional.
Read more
Where this term shows up in context
Browse the full glossary
A-Z list of every term used across the Resources Library, with category filters and live search.
Open the glossary