Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
35626 amit 1
<!DOCTYPE html>
2
<html>
3
<head>
4
    <meta charset="UTF-8">
5
</head>
6
<body style="font-family: Arial, sans-serif; line-height: 1.6; color: #333;">
7
    <div style="max-width: 600px; margin: 0 auto; padding: 20px;">
8
        <div style="background: #f8f9fa; padding: 20px; border-radius: 8px; margin-bottom: 20px;">
9
            <h2 style="color: #2c3e50; margin: 0;">Update on Your Support Ticket #$ticketId</h2>
10
        </div>
11
 
12
        <p>Dear <strong>$partnerName</strong>,</p>
13
 
14
        <p>There is a new update on your support ticket:</p>
15
 
16
        <div style="background: #fff3cd; border-left: 4px solid #ffc107; padding: 15px; margin: 20px 0;">
17
            <p style="margin: 0 0 10px 0;"><strong>Category:</strong> $categoryName - $subCategoryName</p>
18
            <p style="margin: 0;"><strong>Message:</strong></p>
19
            <p style="white-space: pre-wrap; margin: 10px 0 0 0; color: #495057;">$activityMessage</p>
20
        </div>
21
 
22
        <p>Please log in to your <a href="https://partner.smartdukaan.com" style="color: #007bff;">SmartDukaan Partner Portal</a> to view the complete details and respond.</p>
23
 
24
        <hr style="border: none; border-top: 1px solid #eee; margin: 30px 0;">
25
 
26
        <p style="color: #6c757d; font-size: 12px;">
27
            Best Regards,<br>
28
            <strong>SmartDukaan Support Team</strong><br>
29
            <a href="mailto:support@smartdukaan.com">support@smartdukaan.com</a>
30
        </p>
31
    </div>
32
</body>
33
</html>