Created
September 4, 2023 10:48
-
-
Save moxet/0b56cffc90a29d145486ed9c558f2c89 to your computer and use it in GitHub Desktop.
Transactional Email Template for JetFormBuilder
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
</head> | |
<body style="background-color: #f6f6f6; | |
font-family: arial; | |
-webkit-font-smoothing: antialiased; | |
font-size: 16px; | |
line-height: 1.4; | |
margin: 0; | |
padding: 20px; | |
-ms-text-size-adjust: 100%; | |
-webkit-text-size-adjust: 100%; "> | |
<center><img width="200" src="https://drwien.ae/wp-content/uploads/2023/06/PNG-T.png"/></center> | |
<br/><br/> | |
<div style="background:white;width:80%;margin: auto;padding:10px 30px 40px 30px; border-radius:10px;"> | |
<h1 style="color: #0c446c;">Doctor Alert</h1> | |
<p>A new doctor has been added with the following information</p> | |
<ul> | |
<li>Doctor Name : %doctor_name%</li> | |
<li>Hospital Name : %hospital|post_title_by_id%</li> | |
<li>Profession: %profession_title%</li> | |
<li>Experience : %experience_in_years% year(s)</li> | |
<li>License Number : %license_number%</li> | |
</ul> | |
<br/> | |
<a href="https://drwien.ae/my-account/" style="background: #0c446c; | |
padding:15px; | |
text-decoration:none; | |
color:white; | |
border-radius:5px; | |
font-weight:bold;">Manage Doctors</a> | |
</div> | |
<br/> | |
<center style="font-size:12px;color:grey;"> | |
Dr. Wien, Al Ain, United Arab Emirates<br/> | |
© 2023 Dr. Wien.ae. All rights reserved.<br/><br/> | |
Powered by drwien.ae ❤ | |
</center> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment