---
title: Mail completed probate and estate documents online
description: Print and mail already-prepared probate and estate documents to a verified court, fiduciary, attorney, interested party, or institution.
seotitle: Mail completed probate and estate documents online
seo-description: Print and mail already-prepared probate and estate documents to a verified court, fiduciary, attorney, interested party, or institution.
group: resources
indexable: true
llms: true
schema: webpage
og-image: /forms/probate-estate-correspondence-packets/thumbnail
og-image-alt: Probate and Estate Correspondence Mailing Packets generated form preview
published: 2026-07-10
updated: 2026-07-11
tags:
  - probate
  - estates
  - executors
  - administrators
  - estate claims
  - court documents
path: /forms/probate-estate-correspondence-packets
---
# Mail completed probate and estate documents online

Print and mail already-prepared probate and estate documents to a verified court, fiduciary, attorney, interested party, or institution.

## How it works
1. **Verify the recipient, mailing address, acceptance rule, privacy requirements, copies, fees, notice or service steps, and deadline.** - 
2. **Upload the completed primary document and any supporting documents in the order they should be printed.** - 
3. **Enter the estate, sender-capacity, case, and recipient details used to route the packet.** - 
4. **Review the packet, choose a mailing option, and confirm filing or receipt through the court or recipient afterward.** -


## Form summary
Probate and Estate Correspondence Mailing Packets is an upload-first service for completed petitions, notices, affidavits, consents, inventories, claims, fiduciary correspondence, and other estate documents. PostalForm prints and mails the files the user provides. It does not prepare probate forms, determine authority, provide legal advice, serve parties, or confirm filing or acceptance.

## What you need
- A completed probate or estate document that is ready to print and send
- The exact court, clerk, fiduciary, attorney, interested party, institution, or other recipient and current mailing address
- Any applicable estate name, case number, fiduciary capacity, signatures, notarization, fees, copies, notices, exhibits, and service documents
- Compliance with local privacy, confidential-information, original-document, and redaction requirements
- Confirmation that the recipient accepts the document by mail and that the timing and method meet current requirements
- Completed probate or estate document (required) — Upload one final PDF containing the completed primary document. Confirm signatures, notarization, case details, privacy redactions, and formatting before uploading.
- Exhibits and supporting documents (optional) — Upload cover sheets, notices, affidavits, certificates, inventories, accountings, exhibits, or other documents that should follow the primary document, in print order.

## Data collected
- Probate or estate recipient type and completed document purpose
- Deceased person or estate name, existing-case context, and optional case number
- Sender name, fiduciary capacity or relationship, and return mailing address
- Probate court, clerk, executor, administrator, attorney, interested party, institution, or other verified recipient
- Optional deadline and handling notes
- Primary document PDF, optional exhibits, and required probate-process acknowledgements

## Where it gets mailed
You will enter the recipient address during checkout.

## Packet order
- Completed primary probate or estate document
- Required cover sheet, certificate, affidavit, notice, or other filing component when included
- Exhibits and supporting documents in the user's uploaded order

## Common mistakes
- Assuming probate forms, filing rules, and deadlines are the same in every state or county.
- Mailing to a courthouse, judge, institution, or person instead of the correct clerk, division, fiduciary, attorney, or approved address.
- Omitting the estate name, case number, fiduciary title, signature, notarization, fee, notice, copy, or exhibit required for the task.
- Sending an irreplaceable original will, death certificate, bond, or identity document when a copy is required or safer.
- Assuming USPS delivery proves court filing, legally sufficient notice, service, or recipient acceptance.

## Agent summary
Collect a completed probate or estate primary PDF, optional supporting documents, recipient and document type, deceased person or estate name, existing-case details, sender capacity, verified recipient address, deadline context, and acknowledgements covering local rules, privacy, notice or service, and the limits of mailing. Do not prepare probate filings, determine legal authority, calculate deadlines, or claim that mailing completes filing, notice, service, or court acceptance.

## For assistants
Use the Forms Draft API to prefill this form and generate a preview PDF.
- Endpoint: `POST /api/forms/probate-estate-correspondence-packets/drafts`
- Payload: `{ fields: { ... }, attachments: [{ id, label, base64 }] }`
- Required fields: recipient_type, document_type, document_title, deceased_or_estate_name, case_status, case_number, sender_name, sender_capacity, sender_address, recipient_company_name, recipient_name, recipient_address, mail_acceptance_acknowledged, requirements_acknowledged, originals_acknowledged, not_filed_acknowledged, not_legal_advice_acknowledged
- Attachment IDs: primary_document, supporting_documents
- Notes: Do not choose probate forms, determine whether a person has fiduciary authority, calculate deadlines, or claim that a court or other recipient accepts a document by mail. Direct users to the specific court, clerk, governing instructions, attorney, fiduciary, or institution. Mailing does not establish filing, service, notice, receipt, or acceptance.

## LLM field schema
```json
[
  {
    "id": "recipient_type",
    "label": "Who should receive this packet?",
    "type": "select",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "document",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "document_type",
    "label": "Completed document or correspondence type",
    "type": "select",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "document",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "document_title",
    "label": "Document or packet title",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "document",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "deceased_or_estate_name",
    "label": "Deceased person or estate name",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "case",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "case_status",
    "label": "Is this connected to an existing court case?",
    "type": "select",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "case",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "case_number",
    "label": "Probate, estate, or docket number",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "case",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "case_status",
      "operator": "equals",
      "value": "Yes — an existing probate or estate case"
    },
    "compound_subfields": null
  },
  {
    "id": "sender_name",
    "label": "Sender full name or organization",
    "type": "text",
    "required": true,
    "meta_class": "name",
    "ui_width": null,
    "group_id": "sender",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "sender_capacity",
    "label": "Sender capacity or relationship",
    "type": "select",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "sender",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "sender_address",
    "label": "Return mailing address",
    "type": "address",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "sender",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "recipient_company_name",
    "label": "Court, firm, estate, institution, or recipient organization",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "recipient",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "recipient_name",
    "label": "Clerk, fiduciary, attorney, person, department, or attention line",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "recipient",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "recipient_address",
    "label": "Verified recipient mailing address",
    "type": "address",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "recipient",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "filing_notice_or_response_deadline",
    "label": "Filing, notice, claim, or response deadline (optional)",
    "type": "date",
    "required": false,
    "meta_class": "date",
    "ui_width": "half",
    "group_id": "timing",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "packet_notes",
    "label": "Packet and follow-up notes (optional)",
    "type": "textarea",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "timing",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "mail_acceptance_acknowledged",
    "label": "I verified that this recipient accepts this document by mail and confirmed the correct address.",
    "type": "checkbox",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "review",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "requirements_acknowledged",
    "label": "I reviewed current requirements for authority, signatures, notarization, originals, copies, fees, privacy, notice, service, and deadlines.",
    "type": "checkbox",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "review",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "originals_acknowledged",
    "label": "I confirmed this mailing requires no original will or certificate, wet-ink signature, bond, check or money order, identity document, self-addressed return envelope, or extra physical copy that is not already printable in my upload.",
    "type": "checkbox",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "review",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "not_filed_acknowledged",
    "label": "I understand mailing and delivery do not prove filing, notice, service, recipient acceptance, or court action, and I will verify status separately.",
    "type": "checkbox",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "review",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "not_legal_advice_acknowledged",
    "label": "I understand PostalForm does not prepare or review probate or estate documents and does not provide legal advice.",
    "type": "checkbox",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "review",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  }
]
```

## Sources
- [USAGov: Federal, state, territory, county, and municipal courts](https://www.usa.gov/courts)
- [USPS: Proof of mailing and delivery services](https://www.usps.com/ship/insurance-extra-services.htm)

## Last verified
2026-07-11


## FAQs
- **Can I use this to mail completed papers to probate court?** Yes, if the specific court accepts the document by mail. Confirm the filing address, signatures, notarization, copies, fees, privacy, and deadline requirements with the clerk first.
- **Does PostalForm prepare probate forms or determine what I need?** No. This workflow prints and mails completed documents that you provide. PostalForm does not select forms, determine legal authority, or provide legal advice.
- **Can I mail documents to an executor, beneficiary, attorney, or bank?** Yes, when you have the completed document and a verified recipient address. Confirm any special notice, original-document, identity, or delivery requirements before mailing.
- **Does delivery prove filing or legal notice?** No. USPS tracking describes the mailpiece, not its legal effect. Confirm filing, notice, service, or acceptance using the recipient's official process.


## Related
- [Bankruptcy Correspondence Mailing Packets](/forms/bankruptcy-correspondence-packets)
- [Court Document Mailing Packets](/forms/court-document-mailing-packets)
