🎀 🌸

使用在广告购买站和软件站的一些邮件html模板!

有问题请联系小渡qq2092115940

使用在广告购买站和软件站的一些邮件html模板!

页面比较简单,凑合看!

效果图

https://blog.heylie.cn/

提现通知

 

<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <title>小渡科技 - 提现通知</title>
    <style>
        body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #eef2f7;
            color: #333;
        }

        .container {
            max-width: 600px;
            margin: 50px auto;
            padding: 30px;
            background-color: #fff;
            border-radius: 15px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .header {
            margin-bottom: 20px;
        }

        .header img {
            width: 150px;
            height: auto;
        }

        h1, p {
            margin: 10px 0;
            line-height: 1.6;
        }

        h1 {
            font-size: 24px;
            color: #007BFF;
        }

        p {
            font-size: 16px;
        }

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

        a:hover {
            text-decoration: underline;
        }

        hr {
            border: 0;
            height: 1px;
            background: #ddd;
            margin: 20px 0;
        }

        .footer {
            text-align: center;
            padding-top: 20px;
            color: #999;
            font-size: 14px;
        }

        .footer a {
            color: #999;
        }

        .footer a:hover {
            color: #666;
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="header">
            <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo">
        </div>
       <h1>尊敬的<a>小渡科技</a> ,您好:</h1>
        <p>您的提现申请已成功处理,金额已到账,请注意查收。</p>
        <p>如有任何疑问,请联系我们的客服团队。</p>
        <hr>
                <div class="footer">
            <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p>
            <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p>
        </div>
    </div>
</body>
</html>

 

应用审核通知

 

<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <title>小渡科技 - 应用审核通知</title>
    <style>
        body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #eef2f7;
            color: #333;
        }

        .container {
            max-width: 600px;
            margin: 50px auto;
            padding: 30px;
            background-color: #fff;
            border-radius: 15px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .header {
            margin-bottom: 20px;
        }

        .header img {
            width: 150px;
            height: auto;
        }

        h1, p {
            margin: 10px 0;
            line-height: 1.6;
        }

        h1 {
            font-size: 24px;
            color: #007BFF;
        }

        p {
            font-size: 16px;
        }

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

        a:hover {
            text-decoration: underline;
        }

        hr {
            border: 0;
            height: 1px;
            background: #ddd;
            margin: 20px 0;
        }

        .footer {
            text-align: center;
            padding-top: 20px;
            color: #999;
            font-size: 14px;
        }

        .footer a {
            color: #999;
        }

        .footer a:hover {
            color: #666;
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="header">
            <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo">
        </div>
       <h1>尊敬的<a>小渡科技</a> ,您好:</h1>
        <p>您的应用【应用名称】已通过审核,现在可以在平台上发布和使用。</p>
        <p>如需查看详细信息,请登录控制台。</p>
        <hr>
                <div class="footer">
            <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p>
            <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p>
        </div>
    </div>
</body>
</html>

 

注册验证码通知

 

<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <title>小渡科技 - 注册验证码通知</title>
    <style>
        body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #eef2f7;
            color: #333;
        }

        .container {
            max-width: 600px;
            margin: 50px auto;
            padding: 30px;
            background-color: #fff;
            border-radius: 15px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .header {
            margin-bottom: 20px;
        }

        .header img {
            width: 150px;
            height: auto;
        }

        h1, p {
            margin: 10px 0;
            line-height: 1.6;
        }

        h1 {
            font-size: 24px;
            color: #007BFF;
        }

        p {
            font-size: 16px;
        }

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

        a:hover {
            text-decoration: underline;
        }

        hr {
            border: 0;
            height: 1px;
            background: #ddd;
            margin: 20px 0;
        }

        .footer {
            text-align: center;
            padding-top: 20px;
            color: #999;
            font-size: 14px;
        }

        .footer a {
            color: #999;
        }

        .footer a:hover {
            color: #666;
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="header">
            <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo">
        </div>
       <h1>尊敬的<a>小渡科技</a> ,您好:</h1>
        <p>您的注册验证码为:<strong>123456</strong>,请在注册页面输入此验证码完成注册。</p>
        <p>验证码有效期为10分钟,过期请重新获取。</p>
        <hr>
                <div class="footer">
            <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p>
            <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p>
        </div>
    </div>
</body>
</html>

 

购买授权通知

 

<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <title>小渡科技 - 购买授权通知</title>
    <style>
        body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #eef2f7;
            color: #333;
        }

        .container {
            max-width: 600px;
            margin: 50px auto;
            padding: 30px;
            background-color: #fff;
            border-radius: 15px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .header {
            margin-bottom: 20px;
        }

        .header img {
            width: 150px;
            height: auto;
        }

        h1, p {
            margin: 10px 0;
            line-height: 1.6;
        }

        h1 {
            font-size: 24px;
            color: #007BFF;
        }

        p {
            font-size: 16px;
        }

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

        a:hover {
            text-decoration: underline;
        }

        hr {
            border: 0;
            height: 1px;
            background: #ddd;
            margin: 20px 0;
        }

        .footer {
            text-align: center;
            padding-top: 20px;
            color: #999;
            font-size: 14px;
        }

        .footer a {
            color: #999;
        }

        .footer a:hover {
            color: #666;
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="header">
            <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo">
        </div>
       <h1>尊敬的<a>小渡科技</a> ,您好:</h1>
        <p>恭喜您,您的域名 234234 已成功购买【序智应用Pro】授权,您可以正常搭建并使用。</p>
        <p>您可以前往控制台 <a href="#">我的授权</a> 中下载源码</p>
        <p>若有任何疑问,请联系我们的客服团队。</p>
        <hr>
                <div class="footer">
            <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p>
            <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p>
        </div>
    </div>
</body>
</html>

 

找回验证码通知

 

<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <title>小渡科技 - 找回验证码通知</title>
    <style>
        body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #eef2f7;
            color: #333;
        }

        .container {
            max-width: 600px;
            margin: 50px auto;
            padding: 30px;
            background-color: #fff;
            border-radius: 15px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .header {
            margin-bottom: 20px;
        }

        .header img {
            width: 150px;
            height: auto;
        }

        h1, p {
            margin: 10px 0;
            line-height: 1.6;
        }

        h1 {
            font-size: 24px;
            color: #007BFF;
        }

        p {
            font-size: 16px;
        }

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

        a:hover {
            text-decoration: underline;
        }

        hr {
            border: 0;
            height: 1px;
            background: #ddd;
            margin: 20px 0;
        }

        .footer {
            text-align: center;
            padding-top: 20px;
            color: #999;
            font-size: 14px;
        }

        .footer a {
            color: #999;
        }

        .footer a:hover {
            color: #666;
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="header">
            <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo">
        </div>
        <h1>尊敬的<a>小渡科技</a>,您好:</h1>
        <p>您正在尝试找回账户,验证码为:<strong>123456</strong>,请在找回页面输入此验证码完成操作。</p>
        <p>验证码有效期为10分钟,过期请重新获取。</p>
        <hr>
        <div class="footer">
            <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p>
            <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p>
        </div>
    </div>
</body>
</html>

 

广告购买通知

 

<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <title>小渡科技 - 广告购买通知</title>
    <style>
        body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #eef2f7;
            color: #333;
        }

        .container {
            max-width: 600px;
            margin: 50px auto;
            padding: 30px;
            background-color: #fff;
            border-radius: 15px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .header {
            margin-bottom: 20px;
        }

        .header img {
            width: 150px;
            height: auto;
        }

        h1, p {
            margin: 10px 0;
            line-height: 1.6;
        }

        h1 {
            font-size: 24px;
            color: #007BFF;
        }

        p {
            font-size: 16px;
        }

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

        a:hover {
            text-decoration: underline;
        }

        hr {
            border: 0;
            height: 1px;
            background: #ddd;
            margin: 20px 0;
        }

        .footer {
            text-align: center;
            padding-top: 20px;
            color: #999;
            font-size: 14px;
        }

        .footer a {
            color: #999;
        }

        .footer a:hover {
            color: #666;
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="header">
            <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo">
        </div>
        <h1>尊敬的<a>小渡科技</a>,您好:</h1>
        <p>您的广告已成功购买,具体信息如下:</p>
        <ul style="text-align: left;">
            <li><strong>广告位:</strong>首页轮播图</li>
            <li><strong>开始日期:</strong>2024-11-05</li>
            <li><strong>结束日期:</strong>2024-11-15</li>
            <li><strong>时长:</strong>10天</li>
            <li><strong>所付金额:</strong>¥500.00</li>
            <li><strong>广告地址链接:</strong><a href="http://example.com">http://example.com</a></li>
        </ul>
        <p>如有任何疑问,请联系我们的客服团队。</p>
        <hr>
        <div class="footer">
            <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p>
            <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p>
        </div>
    </div>
</body>
</html>

 

广告位即将过期通知

 

<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <title>小渡科技 - 广告位即将过期通知</title>
    <style>
        body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #eef2f7;
            color: #333;
        }

        .container {
            max-width: 600px;
            margin: 50px auto;
            padding: 30px;
            background-color: #fff;
            border-radius: 15px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .header {
            margin-bottom: 20px;
        }

        .header img {
            width: 150px;
            height: auto;
        }

        h1, p {
            margin: 10px 0;
            line-height: 1.6;
        }

        h1 {
            font-size: 24px;
            color: #007BFF;
        }

        p {
            font-size: 16px;
        }

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

        a:hover {
            text-decoration: underline;
        }

        hr {
            border: 0;
            height: 1px;
            background: #ddd;
            margin: 20px 0;
        }

        .footer {
            text-align: center;
            padding-top: 20px;
            color: #999;
            font-size: 14px;
        }

        .footer a {
            color: #999;
        }

        .footer a:hover {
            color: #666;
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="header">
            <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo">
        </div>
        <h1>尊敬的<a>小渡科技</a>,您好:</h1>
        <p>您的广告位即将到期,具体信息如下:</p>
        <ul style="text-align: left;">
            <li><strong>广告位:</strong>首页轮播图</li>
            <li><strong>结束日期:</strong>2024-11-15</li>
            <li><strong>剩余天数:</strong>5天</li>
        </ul>
        <p>如需续费,请登录控制台进行操作。</p>
        <hr>
        <div class="footer">
            <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p>
            <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p>
        </div>
    </div>
</body>
</html>

 

退款通知

 

<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <title>小渡科技 - 退款通知</title>
    <style>
        body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #eef2f7;
            color: #333;
        }

        .container {
            max-width: 600px;
            margin: 50px auto;
            padding: 30px;
            background-color: #fff;
            border-radius: 15px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .header {
            margin-bottom: 20px;
        }

        .header img {
            width: 150px;
            height: auto;
        }

        h1, p {
            margin: 10px 0;
            line-height: 1.6;
        }

        h1 {
            font-size: 24px;
            color: #007BFF;
        }

        p {
            font-size: 16px;
        }

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

        a:hover {
            text-decoration: underline;
        }

        hr {
            border: 0;
            height: 1px;
            background: #ddd;
            margin: 20px 0;
        }

        .footer {
            text-align: center;
            padding-top: 20px;
            color: #999;
            font-size: 14px;
        }

        .footer a {
            color: #999;
        }

        .footer a:hover {
            color: #666;
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="header">
            <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo">
        </div>
        <h1>尊敬的<a>小渡科技</a>,您好:</h1>
        <p>您的退款申请已成功处理,金额已退回到您的支付账户,请注意查收。</p>
        <p>如有任何疑问,请联系我们的客服团队。</p>
        <hr>
        <div class="footer">
            <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p>
            <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡软件站</a> All Rights Reserved. 小渡科技 版权所有</p>
        </div>
    </div>
</body>
</html>

 

温馨提示:本文最后更新于2025-02-22 10:26:39,某些文章具有时效性,若有错误或已失效,请在下方留言或联系站长
版权声明

   站内部分内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供网络资源分享服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请 联系我们 一经核实,立即删除。并对发布账号进行永久封禁处理。在为用户提供最好的产品同时,保证优秀的服务质量。


本站仅提供信息存储空间,不拥有所有权,不承担相关法律责任。
THE END
喜欢就支持一下吧
分享
评论 共6条

请登录后发表评论

    • 头像Ikan
    • 头像的非官方
    • 头像远梦
    • 头像tinklh
    • 头像匿名
    • 头像半夏微凉