---
title: How to Send a Fan Letter to John Green
description: Write and mail a fan letter to John Green using the publisher address published on his official website.
seotitle: How to Send a Fan Letter to John Green
seo-description: Write and mail a fan letter to John Green using the publisher address published on his official website.
group: resources
indexable: true
llms: false
schema: webpage
og-image: /forms/write-a-letter-to-john-green/thumbnail
og-image-alt: Fan Letter to John Green generated form preview
published: 2026-08-09
updated: 2026-08-09
tags:
  - Fan letters
  - John Green
  - Books
  - Dutton
path: /forms/write-a-letter-to-john-green
---
# How to Send a Fan Letter to John Green

Write and mail a fan letter to John Green using the publisher address published on his official website.

## How it works
1. **Personalize the starter.** - 
2. **Preview the PDF.** - 
3. **Enter sender details while the publisher destination stays fixed.** - 
4. **Choose mailing options and pay.** -


## Form summary
Write a fan letter to John Green, preview the exact PDF, and have PostalForm mail it through the publisher route on his official contact page. The destination remains fixed.

Name one novel, essay, video, or idea and describe its concrete effect on you. A focused reflection is more useful than a plot summary or a long list of works.

John Green's official contact page says he does not reply to snail mail and makes no exceptions. PostalForm is independent of John Green and Dutton Books for Young Readers and cannot guarantee personal readership.

## What you need
- One specific work or idea
- A concise personal reflection
- Your return address
- No expectation of a reply

## Data collected
- Editable fan-letter body
- Optional signature
- Sender name and return mailing address during checkout

## Where it gets mailed
Mailing destination:
- **John Green**
- c/o Dutton Books for Young Readers
1745 Broadway, 17th Floor
New York, NY 10019

## Packet order
- Cover sheet (auto-generated)
- Completed form PDF

## Common mistakes
- Expecting a reply despite the explicit official policy.
- Sending a manuscript or valuable original item.
- Summarizing an entire book instead of explaining personal impact.
- Sharing unnecessary sensitive information.

## Agent summary
Human-facing fan-letter workflow to John Green via the publisher route on his official site. State plainly that the official page says no postal replies, with no exceptions.

## For assistants
Use the Forms Draft API to prefill this form and generate a preview PDF.
- Endpoint: `POST /api/forms/write-a-letter-to-john-green/drafts`
- Payload: `{ fields: { ... }, attachments: [{ id, label, base64 }] }`
- Required fields: letter_body
- Notes: State the no-reply policy without softening it. Never promise personal readership. Do not encourage manuscripts or valuables.

## LLM field schema
```json
[
  {
    "id": "letter_body",
    "label": "Fan letter to John Green",
    "type": "textarea",
    "required": true,
    "meta_class": "letter_body",
    "ui_width": "full",
    "group_id": "letter",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "letter_signature",
    "label": "Signature (optional)",
    "type": "signature",
    "required": false,
    "meta_class": "letter_signature",
    "ui_width": "half",
    "group_id": "letter",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  }
]
```

## Sources
- [John Green official contact page](https://www.johngreenbooks.com/contact)
- [Official instructions](https://www.johngreenbooks.com/contact)

## Last verified
2026-08-09


## FAQs
- **What address does this page use for John Green?** It uses John Green, c/o Dutton Books for Young Readers, 1745 Broadway, 17th Floor, New York, NY 10019, from his official contact page.
- **Will John Green reply to my letter?** No reply should be expected. His official contact page says he does not reply to snail mail and makes no exceptions.
- **What should I write about?** Choose one novel, essay, video, or idea and explain one specific way it affected you.
- **Can I send a manuscript?** This workflow is for a printed fan letter only. Do not send manuscripts or valuable originals.
- **Is PostalForm affiliated with John Green or Dutton?** No. PostalForm is an independent printing and mailing service.


## Related
- [Fan Letter to Brandon Sanderson](/forms/write-a-letter-to-brandon-sanderson)
- [Fan Letter to J.K. Rowling](/forms/write-a-letter-to-jk-rowling)
- [Fan Letter to Dav Pilkey](/forms/write-a-letter-to-dav-pilkey)
- [Fan Letter to Lin-Manuel Miranda](/forms/write-a-letter-to-lin-manuel-miranda)
- [Fan Letter to R.L. Stine](/forms/write-a-letter-to-rl-stine)
