-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinternal_email.html
More file actions
41 lines (41 loc) · 2.09 KB
/
internal_email.html
File metadata and controls
41 lines (41 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Client Contact Lead Confirmation</title>
</head>
<body style="font-family: Arial, sans-serif; background-color: #f9f9f9; padding: 20px; color: #333;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="max-width: 600px; margin: auto; background-color: #ffffff; padding: 20px; border-radius: 8px; box-shadow: 0px 0px 10px rgba(0,0,0,0.1);">
<tr>
<td align="center">
<h2 style="color: #4CAF50;">You have a Client message! </h2>
</td>
</tr>
<tr>
<td>
<p>Dear <strong> [Photographer]</strong>,</p>
<p>Your client, [Fullname] , sent a message for a collaboration!</p>
<h3 style="color: #4CAF50;">Contact Details:</h3>
<ul>
<li><strong>Location:</strong> [corp], [Address]</li>
<li><strong>Photographer:</strong> [Photographer]</li>
</ul>
<p><strong>A note was sent to your client regarding the advice:</strong></p>
<ul>
<li>✔️ Arrive 10 minutes early to relax and unwind.</li>
<li>✔️ Wear comfortable clothing.</li>
<li>✔️ Let us know if you have any specific preferences or concerns.</li>
</ul>
<p>If you need to reschedule or have any questions, please call them at <strong>[phone]</strong> or send them an email: <a href="mailto:[email]" >[email]</a>.</p>
<p>Looking forward to seeing you soon!</p>
<p style="border-top: 1px solid #ddd; padding-top: 10px; font-size: 14px; color: #777;">
Best regards, <br>
<strong>[corp]</strong> <br>
<a href="[Website]" style="color: #4CAF50; text-decoration: none;">Visit our Website</a> | <a href="[SocialMediaLink]" style="color: #4CAF50; text-decoration: none;">Follow us</a> <br>
[PPhone]
</p>
</td>
</tr>
</table>
</body>
</html>