updated mails
parent
595745b5d5
commit
18741b41f1
|
@ -25,7 +25,7 @@
|
|||
|
||||
<p style="margin-top: 20px; color: #777; font-size: 12px;">%footer%</p>
|
||||
<a href="https://zeitadler.de/datenschutzerklaerung"
|
||||
style="margin-top: 20px; color: #777; font-size: 12px;">%dsgvo%</a>
|
||||
style="margin-top: 20px; color: #777; font-size: 12px; text-decoration: underline;">%dsgvo%</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
@ -1,39 +1,33 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<!DOCTYPE html
|
||||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
</head>
|
||||
|
||||
<body
|
||||
style="
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
</head>
|
||||
|
||||
<body style="
|
||||
font-family: 'Arial', sans-serif;
|
||||
background-color: #f4f4f4;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
"
|
||||
>
|
||||
<table
|
||||
style="
|
||||
">
|
||||
<table style="
|
||||
width: 100%;
|
||||
max-width: 600px;
|
||||
margin: 20px auto;
|
||||
background-color: #ffffff;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||
"
|
||||
cellspacing="0"
|
||||
cellpadding="0"
|
||||
>
|
||||
<tr>
|
||||
<td style="width: 100%; padding: 20px">
|
||||
<h1 style="color: #333; margin-bottom: 20px">%title%</h1>
|
||||
<p style="color: #555; margin: 0 0 15px">%header%</p>
|
||||
<p style="color: #555; margin: 0 0 15px">%text1%</p>
|
||||
" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td style="width: 100%; padding: 20px">
|
||||
<h1 style="color: #333; margin-bottom: 20px">%title%</h1>
|
||||
<p style="color: #555; margin: 0 0 15px">%header%</p>
|
||||
<p style="color: #555; margin: 0 0 15px">%text1%</p>
|
||||
|
||||
<a
|
||||
href="{{.emailVerificationUrl}}"
|
||||
style="
|
||||
<a href="{{.emailVerificationUrl}}" style="
|
||||
display: inline-block;
|
||||
padding: 10px 15px;
|
||||
background-color: #3498db;
|
||||
|
@ -41,19 +35,15 @@
|
|||
text-decoration: none !important;
|
||||
border-radius: 5px;
|
||||
margin-top: 20px;
|
||||
"
|
||||
>%verifyButton%</a
|
||||
>
|
||||
">%verifyButton%</a>
|
||||
|
||||
<div style="margin: 20px 0; border-bottom: 1px solid #ddd"></div>
|
||||
<div style="margin: 20px 0; border-bottom: 1px solid #ddd"></div>
|
||||
|
||||
<a
|
||||
href="https://zeitadler.de/datenschutzerklaerung"
|
||||
style="margin-top: 20px; color: #777; font-size: 12px"
|
||||
>%dsgvo%</a
|
||||
>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<a href="https://zeitadler.de/datenschutzerklaerung"
|
||||
style="margin-top: 20px; color: #777; font-size: 12px; text-decoration: underline;">%dsgvo%</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -1,49 +1,43 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<!DOCTYPE html
|
||||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
</head>
|
||||
|
||||
<body
|
||||
style="
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
</head>
|
||||
|
||||
<body style="
|
||||
font-family: 'Arial', sans-serif;
|
||||
background-color: #f4f4f4;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
"
|
||||
>
|
||||
<table
|
||||
style="
|
||||
">
|
||||
<table style="
|
||||
width: 100%;
|
||||
max-width: 600px;
|
||||
margin: 20px auto;
|
||||
background-color: #ffffff;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||
"
|
||||
cellspacing="0"
|
||||
cellpadding="0"
|
||||
>
|
||||
<tr>
|
||||
<td style="width: 100%; padding: 20px">
|
||||
<h1 style="color: #333; margin-bottom: 20px">%title%</h1>
|
||||
" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td style="width: 100%; padding: 20px">
|
||||
<h1 style="color: #333; margin-bottom: 20px">%title%</h1>
|
||||
|
||||
<p style="color: #555; margin: 0 0 15px">%emailText%</p>
|
||||
<p style="color: #555; margin: 0 0 15px">{{.email}}</p>
|
||||
<p style="color: #555; margin: 0 0 15px">%emailText%</p>
|
||||
<p style="color: #555; margin: 0 0 15px">{{.email}}</p>
|
||||
|
||||
<p style="color: #555; margin: 0 0 15px">%securityInfo%</p>
|
||||
<p style="color: #555; margin: 0 0 15px">%securityInfo%</p>
|
||||
|
||||
<div style="margin: 20px 0; border-bottom: 1px solid #ddd"></div>
|
||||
<div style="margin: 20px 0; border-bottom: 1px solid #ddd"></div>
|
||||
|
||||
<p style="margin-top: 20px; color: #777; font-size: 12px">%footer%</p>
|
||||
<a
|
||||
href="https://zeitadler.de/datenschutzerklaerung"
|
||||
style="margin-top: 20px; color: #777; font-size: 12px"
|
||||
>%dsgvo%</a
|
||||
>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<p style="margin-top: 20px; color: #777; font-size: 12px">%footer%</p>
|
||||
<a href="https://zeitadler.de/datenschutzerklaerung"
|
||||
style="margin-top: 20px; color: #777; font-size: 12px; text-decoration: underline;">%dsgvo%</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -1,39 +1,33 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<!DOCTYPE html
|
||||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
</head>
|
||||
|
||||
<body
|
||||
style="
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
</head>
|
||||
|
||||
<body style="
|
||||
font-family: 'Arial', sans-serif;
|
||||
background-color: #f4f4f4;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
"
|
||||
>
|
||||
<table
|
||||
style="
|
||||
">
|
||||
<table style="
|
||||
width: 100%;
|
||||
max-width: 600px;
|
||||
margin: 20px auto;
|
||||
background-color: #ffffff;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||
"
|
||||
cellspacing="0"
|
||||
cellpadding="0"
|
||||
>
|
||||
<tr>
|
||||
<td style="width: 100%; padding: 20px">
|
||||
<h1 style="color: #333; margin-bottom: 20px">%title%</h1>
|
||||
<p style="color: #555; margin: 0 0 15px">%header%</p>
|
||||
<p style="color: #555; margin: 0 0 15px">%text1%</p>
|
||||
" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td style="width: 100%; padding: 20px">
|
||||
<h1 style="color: #333; margin-bottom: 20px">%title%</h1>
|
||||
<p style="color: #555; margin: 0 0 15px">%header%</p>
|
||||
<p style="color: #555; margin: 0 0 15px">%text1%</p>
|
||||
|
||||
<a
|
||||
href="{{.emailVerificationUrl}}"
|
||||
style="
|
||||
<a href="{{.emailVerificationUrl}}" style="
|
||||
display: inline-block;
|
||||
padding: 10px 15px;
|
||||
background-color: #3498db;
|
||||
|
@ -41,20 +35,16 @@
|
|||
text-decoration: none !important;
|
||||
border-radius: 5px;
|
||||
margin-top: 20px;
|
||||
"
|
||||
>%verifyButton%</a
|
||||
>
|
||||
">%verifyButton%</a>
|
||||
|
||||
<div style="margin: 20px 0; border-bottom: 1px solid #ddd"></div>
|
||||
<div style="margin: 20px 0; border-bottom: 1px solid #ddd"></div>
|
||||
|
||||
<p style="margin-top: 20px; color: #777; font-size: 12px">%footer%</p>
|
||||
<a
|
||||
href="https://zeitadler.de/datenschutzerklaerung"
|
||||
style="margin-top: 20px; color: #777; font-size: 12px"
|
||||
>%dsgvo%</a
|
||||
>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<p style="margin-top: 20px; color: #777; font-size: 12px">%footer%</p>
|
||||
<a href="https://zeitadler.de/datenschutzerklaerung"
|
||||
style="margin-top: 20px; color: #777; font-size: 12px; text-decoration: underline;">%dsgvo%</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -1,39 +1,33 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<!DOCTYPE html
|
||||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
</head>
|
||||
|
||||
<body
|
||||
style="
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
</head>
|
||||
|
||||
<body style="
|
||||
font-family: 'Arial', sans-serif;
|
||||
background-color: #f4f4f4;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
"
|
||||
>
|
||||
<table
|
||||
style="
|
||||
">
|
||||
<table style="
|
||||
width: 100%;
|
||||
max-width: 600px;
|
||||
margin: 20px auto;
|
||||
background-color: #ffffff;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||
"
|
||||
cellspacing="0"
|
||||
cellpadding="0"
|
||||
>
|
||||
<tr>
|
||||
<td style="width: 100%; padding: 20px">
|
||||
<h1 style="color: #333; margin-bottom: 20px">%title%</h1>
|
||||
<p style="color: #555; margin: 0 0 15px">%header%</p>
|
||||
<p style="color: #555; margin: 0 0 15px">%text1%</p>
|
||||
" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td style="width: 100%; padding: 20px">
|
||||
<h1 style="color: #333; margin-bottom: 20px">%title%</h1>
|
||||
<p style="color: #555; margin: 0 0 15px">%header%</p>
|
||||
<p style="color: #555; margin: 0 0 15px">%text1%</p>
|
||||
|
||||
<a
|
||||
href="{{.paymentSessionUrl}}"
|
||||
style="
|
||||
<a href="{{.paymentSessionUrl}}" style="
|
||||
display: inline-block;
|
||||
padding: 10px 15px;
|
||||
background-color: #3498db;
|
||||
|
@ -41,19 +35,15 @@
|
|||
text-decoration: none !important;
|
||||
border-radius: 5px;
|
||||
margin-top: 20px;
|
||||
"
|
||||
>%button%</a
|
||||
>
|
||||
">%button%</a>
|
||||
|
||||
<div style="margin: 20px 0; border-bottom: 1px solid #ddd"></div>
|
||||
<div style="margin: 20px 0; border-bottom: 1px solid #ddd"></div>
|
||||
|
||||
<a
|
||||
href="https://zeitadler.de/datenschutzerklaerung"
|
||||
style="margin-top: 20px; color: #777; font-size: 12px"
|
||||
>%dsgvo%</a
|
||||
>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<a href="https://zeitadler.de/datenschutzerklaerung"
|
||||
style="margin-top: 20px; color: #777; font-size: 12px; text-decoration: underline;">%dsgvo%</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -1,39 +1,33 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<!DOCTYPE html
|
||||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
</head>
|
||||
|
||||
<body
|
||||
style="
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
</head>
|
||||
|
||||
<body style="
|
||||
font-family: 'Arial', sans-serif;
|
||||
background-color: #f4f4f4;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
"
|
||||
>
|
||||
<table
|
||||
style="
|
||||
">
|
||||
<table style="
|
||||
width: 100%;
|
||||
max-width: 600px;
|
||||
margin: 20px auto;
|
||||
background-color: #ffffff;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||
"
|
||||
cellspacing="0"
|
||||
cellpadding="0"
|
||||
>
|
||||
<tr>
|
||||
<td style="width: 100%; padding: 20px">
|
||||
<h1 style="color: #333; margin-bottom: 20px">%title%</h1>
|
||||
<p style="color: #555; margin: 0 0 15px">%header%</p>
|
||||
<p style="color: #555; margin: 0 0 15px">%text1%</p>
|
||||
" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td style="width: 100%; padding: 20px">
|
||||
<h1 style="color: #333; margin-bottom: 20px">%title%</h1>
|
||||
<p style="color: #555; margin: 0 0 15px">%header%</p>
|
||||
<p style="color: #555; margin: 0 0 15px">%text1%</p>
|
||||
|
||||
<a
|
||||
href="{{.emailVerificationUrl}}"
|
||||
style="
|
||||
<a href="{{.emailVerificationUrl}}" style="
|
||||
display: inline-block;
|
||||
padding: 10px 15px;
|
||||
background-color: #3498db;
|
||||
|
@ -41,20 +35,16 @@
|
|||
text-decoration: none !important;
|
||||
border-radius: 5px;
|
||||
margin-top: 20px;
|
||||
"
|
||||
>%verifyButton%</a
|
||||
>
|
||||
">%verifyButton%</a>
|
||||
|
||||
<div style="margin: 20px 0; border-bottom: 1px solid #ddd"></div>
|
||||
<div style="margin: 20px 0; border-bottom: 1px solid #ddd"></div>
|
||||
|
||||
<p style="margin-top: 20px; color: #777; font-size: 12px">%footer%</p>
|
||||
<a
|
||||
href="https://zeitadler.de/datenschutzerklaerung"
|
||||
style="margin-top: 20px; color: #777; font-size: 12px"
|
||||
>%dsgvo%</a
|
||||
>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<p style="margin-top: 20px; color: #777; font-size: 12px">%footer%</p>
|
||||
<a href="https://zeitadler.de/datenschutzerklaerung"
|
||||
style="margin-top: 20px; color: #777; font-size: 12px; text-decoration: underline;">%dsgvo%</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -32,7 +32,7 @@
|
|||
<p style="color: #555; margin: 0 0 15px;">{{.address}}</p>
|
||||
<p style="margin-top: 20px; color: #777; font-size: 12px;">%footer%</p>
|
||||
<a href="https://zeitadler.de/datenschutzerklaerung"
|
||||
style="margin-top: 20px; color: #777; font-size: 12px;">%dsgvo%</a>
|
||||
style="margin-top: 20px; color: #777; font-size: 12px; text-decoration: underline;">%dsgvo%</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
@ -0,0 +1,49 @@
|
|||
<!DOCTYPE html
|
||||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html lang="de">
|
||||
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
</head>
|
||||
|
||||
<body style="font-family: 'Arial', sans-serif; background-color: #f4f4f4; margin: 0; padding: 0;">
|
||||
<table
|
||||
style="width: 100%; max-width: 600px; margin: 20px auto; background-color: #ffffff; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);"
|
||||
cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td style="width: 100%; padding: 20px;">
|
||||
<h1 style="color: #333; margin-bottom: 20px;">%title%</h1>
|
||||
<p style="color: #555; margin: 0 0 15px;">%header%</p>
|
||||
<p style="color: #555; margin: 0 0 15px;">%text1%</p>
|
||||
<a href="{{.googleMeetURL}}"
|
||||
style="display: inline-block; padding: 10px 15px; background-color: #C0D2FF; color: #003959 !important; text-decoration: none !important; border-radius: 5px; margin-top: 20px;">%googleMeet%</a>
|
||||
<div style="margin: 20px 0; border-bottom: 1px solid #ddd;"></div>
|
||||
<p style="color: #555; margin: 0 0 15px;">%cancelText%</p>
|
||||
<a href="{{.cancelURL}}"
|
||||
style="display: inline-block; padding: 10px 15px; background-color: #ec7a6d; color: #fff !important; text-decoration: none !important; border-radius: 5px; margin-top: 20px;">%cancelButton%</a>
|
||||
<div style="margin: 20px 0; border-bottom: 1px solid #ddd;"></div>
|
||||
<table
|
||||
style="margin-top: 20px; padding: 10px; background-color: #f4f4f4; text-align: center; border-radius: 8px;">
|
||||
<tr>
|
||||
<td>
|
||||
<p style="font-weight: bold; color: #3498db; margin: 5px 20px;">%yourAppointment%</p>
|
||||
<p style="color: #000; margin: 5px 20px;">%appointment1%</p>
|
||||
<p style="color: #000; margin: 5px 20px;">%appointment2%</p>
|
||||
<p style="color: #000; margin: 5px 20px;">%appointment3%</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div style="margin: 20px 0; border-bottom: 1px solid #ddd;"></div>
|
||||
<p style="color: #555; margin: 0 0 15px;">{{.address}}</p>
|
||||
<p style="margin-top: 20px; color: #777; font-size: 12px;">%footer%</p>
|
||||
<p style="margin-top: 20px; color: #777; font-size: 12px;">%cancelNotifyText%<a href="{{.cancelNotifyURL}}"
|
||||
style="margin-top: 20px; color: #777; font-size: 12px;">%cancelNotifyLinkText%</a></p>
|
||||
<a href="https://zeitadler.de/datenschutzerklaerung"
|
||||
style="margin-top: 20px; color: #777; font-size: 12px; text-decoration: underline;">%dsgvo%</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -0,0 +1,24 @@
|
|||
%title%
|
||||
%header%
|
||||
|
||||
%text1%
|
||||
|
||||
%cancelText%
|
||||
{{.cancelURL}}
|
||||
|
||||
Google Meet:
|
||||
{{.googleMeetURL}}
|
||||
|
||||
%yourAppointment%
|
||||
%appointment1%
|
||||
%appointment2%
|
||||
%appointment3%
|
||||
|
||||
{{.address}}
|
||||
|
||||
%footer%
|
||||
|
||||
%cancelNotifyText%
|
||||
{{.cancelNotifyURL}}
|
||||
|
||||
%dsgvo%: https://zeitadler.de/datenschutzerklaerung
|
|
@ -38,7 +38,7 @@
|
|||
<p style="margin-top: 20px; color: #777; font-size: 12px;">%cancelNotifyText%<a href="{{.cancelNotifyURL}}"
|
||||
style="margin-top: 20px; color: #777; font-size: 12px;">%cancelNotifyLinkText%</a></p>
|
||||
<a href="https://zeitadler.de/datenschutzerklaerung"
|
||||
style="margin-top: 20px; color: #777; font-size: 12px;">%dsgvo%</a>
|
||||
style="margin-top: 20px; color: #777; font-size: 12px; text-decoration: underline;">%dsgvo%</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
@ -36,10 +36,10 @@
|
|||
<p style="color: #555; margin: 0 0 15px;">{{.address}}</p>
|
||||
<p style="margin-top: 20px; color: #777; font-size: 12px;">%footer%</p>
|
||||
<a href="https://zeitadler.de/datenschutzerklaerung"
|
||||
style="margin-top: 20px; color: #777; font-size: 12px;">%dsgvo%</a>
|
||||
style="margin-top: 20px; color: #777; font-size: 12px; text-decoration: underline;">%dsgvo%</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<div style="margin: 20px 0; border-bottom: 1px solid #ddd;"></div>
|
||||
<p style="color: #555; margin: 0 0 15px;">{{.address}}</p>
|
||||
<a href="https://zeitadler.de/datenschutzerklaerung"
|
||||
style="margin-top: 20px; color: #777; font-size: 12px;">%dsgvo%</a>
|
||||
style="margin-top: 20px; color: #777; font-size: 12px; text-decoration: underline;">%dsgvo%</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
<div style="margin: 20px 0; border-bottom: 1px solid #ddd;"></div>
|
||||
<p style="color: #555; margin: 0 0 15px;">{{.address}}</p>
|
||||
<a href="https://zeitadler.de/datenschutzerklaerung"
|
||||
style="margin-top: 20px; color: #777; font-size: 12px;">%dsgvo%</a>
|
||||
style="margin-top: 20px; color: #777; font-size: 12px; text-decoration: underline;">%dsgvo%</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
<p style="color: #555; margin: 0 0 15px;">{{.address}}</p>
|
||||
<p style="margin-top: 20px; color: #777; font-size: 12px;">%footer%</p>
|
||||
<a href="https://zeitadler.de/datenschutzerklaerung"
|
||||
style="margin-top: 20px; color: #777; font-size: 12px;">%dsgvo%</a>
|
||||
style="margin-top: 20px; color: #777; font-size: 12px; text-decoration: underline;">%dsgvo%</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
@ -283,6 +283,68 @@
|
|||
"en": "Privacy Policy"
|
||||
}
|
||||
},
|
||||
"embedEmailNotificationGoogleMeetZeitAdler": {
|
||||
"mailSubject": {
|
||||
"de": "ERINNERUNG: Ihr Termin beginnt bald",
|
||||
"en": "REMINDER: Your appointment is about to start"
|
||||
},
|
||||
"title": {
|
||||
"de": "Ihr Termin beginnt bald",
|
||||
"en": "Your appointment is about to start"
|
||||
},
|
||||
"header": {
|
||||
"de": "Liebe(r) {{.name}},",
|
||||
"en": "Dear {{.name}},"
|
||||
},
|
||||
"text1": {
|
||||
"de": "wir möchten Sie daran erinnern, dass Ihr Termin {{.timeText}} stattfindet.",
|
||||
"en": "we would like to remind you that your appointment will take place {{.timeText}}."
|
||||
},
|
||||
"cancelButton": {
|
||||
"de": "Buchung stornieren",
|
||||
"en": "Cancel booking"
|
||||
},
|
||||
"googleMeet": {
|
||||
"de": "Google Meet beitreten",
|
||||
"en": "Join Google Meet"
|
||||
},
|
||||
"cancelText": {
|
||||
"de": "Falls Sie Ihren Termin nicht wahrnehmen können, bitten wir Sie, den Termin zu stornieren.",
|
||||
"en": "If you cannot attend your appointment, please cancel it."
|
||||
},
|
||||
"yourAppointment": {
|
||||
"de": "Ihr Termin:",
|
||||
"en": "Your appointment:"
|
||||
},
|
||||
"appointment1": {
|
||||
"de": "{{.activityName}} bei {{.username}},",
|
||||
"en": "{{.activityName}} with {{.username}},"
|
||||
},
|
||||
"appointment2": {
|
||||
"de": "{{.day}}, {{.dayNumber}}. {{.month}} {{.year}}",
|
||||
"en": "{{.day}}, {{.dayNumber}}. {{.month}} {{.year}}"
|
||||
},
|
||||
"appointment3": {
|
||||
"de": "von {{.startTime}} bis {{.endTime}} Uhr",
|
||||
"en": "from {{.startTime}} to {{.endTime}}"
|
||||
},
|
||||
"footer": {
|
||||
"de": "Vielen Dank, dass Sie unseren Service gewählt haben. Bei Fragen kontaktieren Sie uns gerne.",
|
||||
"en": "Thank you for choosing our service. If you have any questions, please contact us."
|
||||
},
|
||||
"cancelNotifyText": {
|
||||
"de": "Wenn Sie keine Benachrichtigungen zu diesen Terminen erhalten möchten, können Sie diese abbestellen: ",
|
||||
"en": "If you do not wish to receive notifications for these appointments, you can unsubscribe: "
|
||||
},
|
||||
"cancelNotifyLinkText": {
|
||||
"de": "Abbestellen",
|
||||
"en": "Unsubscribe"
|
||||
},
|
||||
"dsgvo": {
|
||||
"de": "Datenschutzerklärung",
|
||||
"en": "Privacy Policy"
|
||||
}
|
||||
},
|
||||
"dashboardUserAccountExportFinish": {
|
||||
"mailSubject": {
|
||||
"de": "Ihr Account export",
|
||||
|
|
Loading…
Reference in New Issue