From bd277a792905335804e80b73b6aadcd0bdb48cc4 Mon Sep 17 00:00:00 2001 From: Daniel Covington Date: Thu, 27 Aug 2026 12:45:14 -0400 Subject: [PATCH] Update order-received email copy with 48-hour follow-up and spam note Co-Authored-By: Claude Sonnet 5 --- app/models/OrderMailer.asp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/OrderMailer.asp b/app/models/OrderMailer.asp index c5b76a4..df44d95 100644 --- a/app/models/OrderMailer.asp +++ b/app/models/OrderMailer.asp @@ -77,7 +77,7 @@ Class OrderMailer_Class Private Function BuildOrderDetailsEmailBody(order, model) Dim html html = "
Order Received
" & _ - "

Thanks! We've received your order details.

" & _ + "

Thanks! We’ve received your submission. A KCI representative will be in touch in the next 48 hours. If you don’t see anything in your inbox, be sure to check your spam folder!

" & _ "

Jurisdiction number " & H(order("JurisdictionNumber")) & "" & _ " · submitted " & H(EmailDate(model.SubmittedAt)) & "

"