From 4bade21e1055dd3dca83fc235cec4498e8798108 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Tue, 9 Jun 2026 14:28:06 +0530 Subject: [PATCH] Added body in import transit mail of mail --- app/Mail/ImportTransitMail.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/Mail/ImportTransitMail.php b/app/Mail/ImportTransitMail.php index a5e69a4..e849d86 100644 --- a/app/Mail/ImportTransitMail.php +++ b/app/Mail/ImportTransitMail.php @@ -45,7 +45,9 @@ class ImportTransitMail extends Mailable */ public function content(): Content { - $greeting = 'Dear Sir'; + $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.'; //$greeting1 = 'Dear C.R.I Branch Team,

Please follow and ensure the same';