-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmail_template_en.html
More file actions
18 lines (18 loc) · 1.11 KB
/
mail_template_en.html
File metadata and controls
18 lines (18 loc) · 1.11 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 is a PHP script to send a serial letter in MIME format. Recipients are taken from tagged entries of a CSV database. Depending on the language, a German and English version will be generated. In addition to the HTML message, the email also contains an alternative plain text message. If attachments are defined, they will be added.<br>
<br>
Kind regards,<br>
XXX<br>
<br>
<img src="cid:img1" alt="<Mail boxes>"><br>
<br>
<div class="signature">
PHP mail merge script<br>
https://github.com/r84r/phpMailMerge<br>
</div>
</body>
</html>