fuc/resources/email/footer.tpl
2025-07-13 17:47:57 +08:00

26 lines
985 B
Smarty
Executable File

<div border="0" cellpadding="0" cellspacing="0" style="max-width:600px;text-align: center" width="100%"
class="wrapperTable">
<div align="center" valign="top">
<div border="0" cellpadding="0" cellspacing="0" width="100%" class="footer">
<div>
<div align="center" valign="top"
style="padding-top:15px;padding-bottom:30px;padding-left:10px;padding-right:10px;"
class="brandInfo">
<p class="smlText">
<a href="{$config['baseUrl']}" style="color:#000;text-decoration:none"
target="_blank">{$config['appName']}</a> |
<a href="{$config['baseUrl']}/user/edit" style="color:#000;text-decoration:none"
target="_blank">修改邮件接收设置</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>