This commit is contained in:
jackiettran
2025-10-06 16:05:29 -04:00
parent 5c3d505988
commit 9a9e96d007
5 changed files with 798 additions and 23 deletions

View File

@@ -184,29 +184,6 @@ class EmailService {
<p>Thank you for using RentAll!</p>
`
),
damageClaimNotification: baseTemplate.replace(
"{{content}}",
`
<h2>{{title}}</h2>
<p>{{message}}</p>
<p><strong>Item:</strong> {{itemName}}</p>
<p><strong>Claim Amount:</strong> ${{ claimAmount }}</p>
<p><strong>Description:</strong> {{description}}</p>
<p>Please review this claim and respond accordingly through your account.</p>
`
),
returnIssueNotification: baseTemplate.replace(
"{{content}}",
`
<h2>{{title}}</h2>
<p>{{message}}</p>
<p><strong>Item:</strong> {{itemName}}</p>
<p><strong>Return Status:</strong> {{returnStatus}}</p>
<p>Please check your account for more details and take appropriate action.</p>
`
),
};
return (