From 03df2f50dc1532a3c7d50f3140c39eb097a8c49a Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Sat, 13 Jun 2026 12:12:47 +0530 Subject: [PATCH] Changed body message of import transit mail --- app/Mail/ImportTransitMail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Mail/ImportTransitMail.php b/app/Mail/ImportTransitMail.php index cc07f94..f35d4b1 100644 --- a/app/Mail/ImportTransitMail.php +++ b/app/Mail/ImportTransitMail.php @@ -51,7 +51,7 @@ class ImportTransitMail extends Mailable { $now = now(); $reportDate = $now->format('d/m/Y'); - $greeting = 'Dear Sir/Madam,
Kindly find attached the Pending Import Shipment Status Report as on ' . $reportDate . ' for your reference.
We request you to review the shipments highlighted in yellow and arrange for their clearance at the earliest to avoid further delays and additional charges.
Please note that for shipments pending under Telex Release and Duty Payment, CFS charges have already commenced. We therefore urge you to expedite the necessary actions at your end.'; + $greeting = 'Dear Sir/Madam,
Kindly find attached the Pending Import Shipment Status Report as on ' . $reportDate . ' for your reference.
We request you to review the shipments highlighted in yellow and arrange for their clearance at the earliest to avoid further delays and additional charges.
Please note that for shipments pending under Telex Release and Duty Payment, CFS charges will be commenced post ETA. We therefore urge you to expedite the necessary actions at your end.'; //$greeting1 = 'Dear C.R.I Branch Team,

Please follow and ensure the same'; -- 2.49.1