PDF, QR, email and audit evidence

Understand the signed-confirmation email

Know what is sent after the model accepts the one-time signature.

Audience: Delivery recipients and administratorsPermission: Valid open-note tokenModule v1.0.0
Exact navigationAutomatic after Secure public Delivery Note link → Confirm Delivery

What this guide covers

Know what is sent after the model accepts the one-time signature. This guide follows the supplied Delivery Note module’s live hooks, controller actions, model rules, views and stored side effects.

Exact step-by-step process

  1. Complete the public signature.
  2. Wait for the sealed page.
  3. Check Recipient Email for Confirmation: Delivery Note {reference} Signed.
  4. Review signed time, IP and secure hash shown in the message.
  5. Use View Sealed Document to reopen the same note.

Fields, choices and supported possibilities

  • Recipient Email stored on note
  • Signed timestamp labelled UTC in email content
  • IP address
  • Full signature hash
  • Sealed-document link

Code-backed validations and workflow rules

  • The confirmation is attempted only after the database update affects the note and the signed event is recorded.
  • No confirmation is sent when Recipient Email is blank.
  • The code does not attach the PDF.
  • Email success/failure is not stored in a dedicated Delivery Note event.

Expected result and verification

  • The recipient receives an automated evidence summary and sealed-document link.

Checks, security and troubleshooting

  • Do not treat mailbox delivery alone as proof that the recipient identity was independently verified.
Stay within the supported flowDo not force database values, expose secure tokens, bypass permission checks, replace a stored signature or invent a status or interface that the supplied code does not implement.