-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmail_template_de.html
More file actions
18 lines (18 loc) · 1.16 KB
/
mail_template_de.html
File metadata and controls
18 lines (18 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html lang="de">
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <style> body {font-size:10pt;font-family:'Arial',sans-serif;color:black} span.body {color:black} span.important {color:#006A9C} p.list {margin:0 0 0 2.5em;text-indent:-1.5em} p.list-first {margin:0.5em 0 0 2.5em;text-indent:-1.5em} span.list {float:left;width:1.5em} div.signature {display:inline-block;color:#7F7F7F;font-size:9pt;border-top-width:1px;border-top-style:solid;border-top-color:7F7F7F;padding-top:5pt;margin-top:10pt;} </style></head>
<body>
%SALUTATION%,<br>
<br>
phpMailMerge ist ein PHP-Skript zum Versenden eines Serienbriefes im MIME-Format. Dabei werden die Empfänger aus markierten Einträgen einer CSV-Datenbank entnommen. Abhängig von der Sprache wird eine deutsche und eine englische Version generiert. Neben der HTML-Nachricht enthält die E-Mail auch eine alternative Reintext-Nachricht. Wenn Anhänge definiert sind, werden diese hinzugefügt.<br>
<br>
Viele Grüße,<br>
XXX<br>
<br>
<img src="cid:img1" alt="<Briefkästen>"><br>
<br>
<div class="signature">
PHP Serienbrief Skript<br>
https://github.com/r84r/phpMailMerge<br>
</div>
</body>
</html>