rental confirmation looks less like spam

This commit is contained in:
jackiettran
2025-10-09 15:13:40 -04:00
parent 34c0ad2920
commit 513347e8b7
2 changed files with 78 additions and 23 deletions

View File

@@ -225,13 +225,14 @@
</div>
<div class="content">
<h1> {{title}}</h1>
<p>Hi {{recipientName}},</p>
<h1>{{title}}</h1>
<p>{{message}}</p>
<div class="success-box">
<div class="icon">🎉</div>
<p><strong>Great news!</strong> Your rental has been successfully confirmed and you're all set.</p>
<p><strong>Confirmation:</strong> Your rental has been successfully confirmed.</p>
</div>
<h2>Rental Details</h2>
@@ -250,8 +251,6 @@
</tr>
</table>
<a href="#" class="button">View Rental Details</a>
<h2>What's next?</h2>
<ul>
<li><strong>Before pickup:</strong> You'll receive a reminder to take condition photos</li>
@@ -272,9 +271,10 @@
</div>
<div class="footer">
<p><strong>RentAll</strong></p>
<p>This is a transactional email confirming your rental. You received this message because you have an active rental transaction on our platform.</p>
<p>If you have any questions, please contact our support team.</p>
<p>&copy; 2024 RentAll. All rights reserved.</p>
<p>You received this email because you have a confirmed rental on RentAll.</p>
<p>If you have any questions, please <a href="mailto:support@rentall.com">contact our support team</a>.</p>
</div>
</div>
</body>