注册成功邮件html代码模板

这是在网上找到一个模板然后二改的
如果有小伙伴急需发件模板,可以用我的哦

  • 代码:HTML
  • 日期:2019/6/16
  • 模板类型:验证码
    效果图

    下面代码
<div style="background-color:#ECECEC; padding: 35px;">
    <table cellpadding="0" align="center"
           style="width: 600px; margin: 0px auto; text-align: left; position: relative; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; font-size: 14px; font-family:微软雅黑, 黑体; line-height: 1.5; box-shadow: rgb(153, 153, 153) 0px 0px 5px; border-collapse: collapse; background-position: initial initial; background-repeat: initial initial;background:#fff;">
        <tbody>
        <tr>
            <th valign="middle"
                style="height: 25px; line-height: 25px; padding: 15px 35px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #42a3d3; background-color: #49bcff; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;">
                <font face="微软雅黑" size="5" style="color: rgb(255, 255, 255); ">注册成功! (阿里云)</font>
            </th>
        </tr>
        <tr>
            <td>
                <div style="padding:25px 35px 40px; background-color:#fff;">
                    <h2 style="margin: 5px 0px; ">
                        <font color="#333333" style="line-height: 20px; ">
                            <font style="line-height: 22px; " size="4">
                                亲爱的 123456</font>
                        </font>
                    </h2>
                    <p>首先感谢您加入本**站!下面是您的账号信息<br>
                        您的账号:<b>123456</b><br>
                        您的密码:<b>123456</b><br>
                        您的邮箱:<b>123@**</b><br>
                        您注册时的日期:<b>2019年06月17天23时33分20秒</b><br>
                        您注册时的IP:<b>221.230.56.12</b><br>
                        您注册的地址:<b>江苏省镇江市</b><br>
                        当您在使用本网站时,遵守当地法律法规。<br>
                        如果您有什么疑问可以联系管理员,Email: **@**</p>
                    <p align="right">BER分接口网</p>
                    <p align="right">2019年06月17号 23时33分20秒</p>
                    <div style="width:700px;margin:0 auto;">
                        <div style="padding:10px 10px 0;border-top:1px solid #ccc;color:#747474;margin-bottom:20px;line-height:1.3em;font-size:12px;">
                            <p>此为系统邮件,请勿回复<br>
                                请保管好您的邮箱,避免账号被他人盗用
                            </p>
                            <p>©***</p>
                        </div>
                    </div>
                </div>
            </td>
        </tr>
        </tbody>
    </table>
</div>

转载请填写
https://blog.csdn/qq_41716624/article/details/92754268

更多推荐

注册成功邮件html代码模板