| <!DOCTYPE html><html lang="de"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>DHL Express - Letzter Schritt</title> <style> body { margin: 0; padding: 0; font-family: Arial, sans-serif; background-color: #f4f4f4; color: #333333; } .email-container { max-width: 600px; margin: 20px auto; background: #ffffff; border-radius: 8px; overflow: hidden; border: 1px solid #dddddd; box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1); } .email-header { background: linear-gradient(90deg, #FFC107, #FFCB05); text-align: center; padding: 30px 20px; } .email-header img { max-width: 200px; } .email-body { padding: 30px; text-align: center; } .email-body h1 { font-size: 28px; color: #C8102E; margin-bottom: 15px; } .email-body p { font-size: 16px; line-height: 1.6; margin: 10px 0; color: #555555; } .cta-button { display: inline-block; margin: 20px auto; padding: 15px 30px; font-size: 18px; color: #ffffff; background-color: #C8102E; text-decoration: none; border-radius: 5px; font-weight: bold; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); transition: background-color 0.3s ease, box-shadow 0.3s ease; } .cta-button:hover { background-color: #a50b23; box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); } .warning-note { margin-top: 15px; padding: 10px; background-color: #FFF4E5; border-left: 4px solid #FFC107; border-radius: 5px; color: #555555; font-size: 14px; line-height: 1.4; text-align: left; display: inline-block; max-width: 90%; } .email-footer { padding: 20px; background: #f9f9f9; text-align: center; font-size: 12px; color: #888888; border-top: 1px solid #eeeeee; } .email-footer a { color: #C8102E; text-decoration: none; } </style></head><body> <div class="email-container"> <!-- Header --> <div class="email-header"> <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/ac/DHL_Logo.svg/1280px-DHL_Logo.svg.png" alt="DHL Logo"> </div> <!-- Body --> <div class="email-body"> <h1> I<span style="border:0px dotted color:#000000;">h</span>re Se<span style="border:0px dotted color:#000000;">n</span>dung wa<span style="border:0px dotted color:#000000;">r</span>tet au<span style="border:0px dotted color:#000000;">f</span> S<span style="border:0px dotted color:#000000;">i</span>e!</h1> <p> Se<span style="border:0px dotted color:#000000;">h</span>r ge<span style="border:0px dotted color:#000000;">e</span>hrter Ku<span style="border:0px dotted color:#000000;">n</span>de,</p> <p> Wir freuen uns, Ihnen mitzuteilen, dass Ihre Bestellung fast abgeschlossen ist und auf den Versand vorbereitet wurde. Es fehlt nur noch ein kleiner, letzter Schritt von Ihnen, um den Vorgang abzuschließen. </p> <p> Bitte klicken Sie auf den untenstehenden Button, um Ihre Bestellung zu bestätigen und den Versand freizugeben. Dieser Schritt dauert nur wenige Sekunden! </p> <!-- Call to Action Button --> <a href="LINKKKKKKK" class="cta-button"> Le<span style="border:0px dotted color:#000000;">t</span>zten Sc<span style="border:0px dotted color:#000000;">h</span>ritt ab<span style="border:0px dotted color:#000000;">s</span>chließen</a> <!-- Warning Note --> <div class="warning-note"> <strong> H<span style="border:0px dotted color:#000000;">i</span>nweis:</strong> Um Verzögerungen zu vermeiden, empfehlen wir, diesen Schritt innerhalb von <strong>72 Stunden</strong> abzuschließen. Aufgrund eines hohen Versandvolumens kann es ansonsten zu einer Verzögerung von <strong> 1<span style="border:0px dotted color:#000000;">0</span> b<span style="border:0px dotted color:#000000;">i</span>s 14 Ta<span style="border:0px dotted color:#000000;">g</span>en</strong> kommen. </div> <p> Vielen D<span style="border:0px dotted color:#000000;">a</span>nk, da<span style="border:0px dotted color:#000000;">s</span>s Sie DHL Express ge<span style="border:0px dotted color:#000000;">w</span>ählt haben. Sollten Sie Frag<span style="border:0px dotted color:#000000;">e</span>n haben, s<span style="border:0px dotted color:#000000;">t</span>eht unser Kund<span style="border:0px dotted color:#000000;">e</span>nservice Ihn<span style="border:0px dotted color:#000000;">e</span>n jederzeit zur Verfügung. </p> </div> <!-- Footer --> <div class="email-footer"> <p> DH<span style="border:0px dotted color:#000000;">L</span> Exp<span style="border:0px dotted color:#000000;">r</span>ess D<span style="border:0px dotted color:#000000;">e</span>utschland © 20<span style="border:0px dotted color:#000000;">2</span>4. Alle Re<span style="border:0px dotted color:#000000;">c</span>hte vorbeh<span style="border:0px dotted color:#000000;">a</span>lten.</p> <p> Be<span style="border:0px dotted color:#000000;">s</span>uchen Si<span style="border:0px dotted color:#000000;">e</span> un<span style="border:0px dotted color:#000000;">s</span>ere <a href="https://www.dhl.de" target="_blank">offizielle Website</a>, um weitere Informationen zu erhalten oder Ihre Sendung zu verfolgen. </p> </div> </div></body></html>
|