File size: 689 Bytes
9ece835
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>RCS Cards Generated</title>
</head>
<body style="font-family: Arial, sans-serif; line-height: 1.6; color: #333;">
    <h2>Your RCS Cards Have Been Generated!</h2>
    <p>Dear User,</p>
    <p>Your Rich Communication Services (RCS) cards have been successfully generated.</p>
    <p>You can view your generated RCS cards by clicking the link below:</p>
    <p><a href="{{ direct_link }}" style="color: #007bff; text-decoration: none;">View Your RCS Cards</a></p>
    <p>If you have any questions, feel free to contact our support team.</p>
    <p>Best regards,<br>Your RCS Generator Team</p>
</body>
</html>