Categorie: reference
Bijgewerkt: 2026-04-08
text-template email 00000010000
Template 00000010000
Beschrijving: Bevestigen melding ${Job.Id} - ${Job.Description}
Body type: HTML
Subject: Bevestigen melding ${Job.Id} - ${Job.Description}
Vertalingenbewerken
- NL: Bevestigen melding ${Job.Id} - ${Job.Description}
- NB: Bekrefte melding ${Job.Id} - ${Job.Description}
- SV: Bekräfta meddelande ${Job.Id} - ${Job.Description}
- DA: Bekræft rapport ${Job.Id} - ${Job.Description}
- SK: Potvrdiť správu ${Job.Id} - ${Job.Description}
- FI: Vahvista raportti ${Job.Id} – ${Job.Description}
- EN: Confirm report ${Job.Id} - ${Job.Description}
- FR: Confirmer notification ${Job.Id} - ${Job.Description}
- IT: Confermare segnalazione ${Job.Id} - ${Job.Description}
- DE: Meldung bestätigen ${Job.Id} - ${Job.Description}
- PL: Potwierdź zgłoszenie ${Job.Id} - ${Job.Description}
- ES: Confirmar notificación ${Job.Id} - ${Job.Description}
- TR: ${Job.Id} - bildirimi doğrula ${Job.Description}
- PT-BR: Confirmar notificação ${Job.Id} - ${Job.Description}
- EN-US: Confirm work request ${Job.Id} - ${Job.Description}
- HU: Jelentés megerősítése ${Job.Id} – ${Job.Description}
- ZH: 确认报告 ${Job.Id} - ${Job.Description}
- EL: Επιβεβαίωση αναφοράς ${Job.Id} - ${Job.Description}
- SL: Potrdi poročilo ${Job.Id} – ${Job.Description}
Inhoud (plaintext)bewerken
.body {
font-family: Noto Sans Regular, Verdana, Arial, Helvetica;
font-size: 15px;
font-style: normal;
}
.table {
width: 600;
border: none;
font-family: Noto Sans Regular, Verdana, Arial, Helvetica;
font-size: 15px;
font-style: normal;
color: inherit;
}
.button {
width: 300px;
height: 30px;
cellpadding: 0;
cellspacing: 0;
border: 0;
background-color: #0173D1;
border-radius: 2px;
padding: 8px 48px;
text-align: center;
display: inline-block;
font-family: Noto Sans Regular, V...
Bron (HTML)bewerken
<style type="text/css">
.body {
font-family: Noto Sans Regular, Verdana, Arial, Helvetica;
font-size: 15px;
font-style: normal;
}
.table {
width: 600;
border: none;
font-family: Noto Sans Regular, Verdana, Arial, Helvetica;
font-size: 15px;
font-style: normal;
color: inherit;
}
.button {
width: 300px;
height: 30px;
cellpadding: 0;
cellspacing: 0;
border: 0;
background-color: #0173D1;
border-radius: 2px;
padding: 8px 48px;
text-align: center;
display: inline-block;
font-family: Noto Sans Regular, Verdana, Arial, Helvetica;
font-size: 15px;
font-style: normal;
}
.footer {
font-family: Noto Sans Regular, Verdana, Arial, Helvetica;
font-size: 12px;
font-style: italic;
}
.button a:link {
color: white;
text-decoration: none;
}
.button a:visited {
color: white;
text-decoration: none;
}
.button a:hover {
color: white;
text-decoration: underline;
}
.button a:active {
color: white;
text-decoration: underline;
}
</style>
<table class="table" align="center" cellspacing="0" cellpadding="0">
<tr>
<td>
<img src="https://www.ultimo.com/storage/ultimo-purplebackground_dark-x150px.png" width="130" style="display:block;margin-bottom:5px;margin-top:5px;">
</td>
</tr>
<tr>
<td>
<span class="body">
<br>
<p>
Beste ${Job.ReportForeignKeyEmployee.Description},<R><BR><p>
Hierbij bevestigen wij dat uw melding ${Job.Description} is geregistreerd onder nummer ${Job.Id} met de volgende gegevens:<BR><BR>
#if(${Job.ReportText}!=Empty && ${Job.ReportText}!="") Meldtekst: ${Job.ReportText}<BR><BR>#end
#if(${Job.WorkOrderType}!=Empty) Jobsoort: ${Job.WorkOrderType.Id} - ${Job.WorkOrderType.Description}<BR><BR>#end
#if(${Job.SkillCategory}!=Empty) Vakgroep: ${Job.SkillCategory.Id} - ${Job.SkillCategory.Description}<BR><BR>#end
</p>
</span>
</td>
</tr>
<tr>
<td>
<table class="button">
<tr>
<td>
<a href="#geturl(${Job} job101)" target="_blank">Ga naar de melding »</a>
</td>