ud+
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
<html>
|
||||
|?SUBJECT=Warning: Your E-Mail account has just sent `COUNT` E-Mails|
|
||||
<center><table width=600 cellspacing=20px><tr><td id=main_text><h1>
|
||||
|
||||
|EMAIL| has just finished sending |COUNT| E-Mails.</h1>
|
||||
|
||||
There could be a spammer, your account could be compromised, or you're just sending more E-Mails than usual.<br><br>
|
||||
|
||||
This warning was generated because the daily threshold of |LIMIT| E-Mails was hit.<br>
|
||||
Either wait until tomorrow for the count to be reset, or contact your domain manager.<br><br>
|
||||
|
||||
The IP that sent the last email was:<br>
|
||||
|HOST|<br><br>
|
||||
|
||||
|*if CAN_CHANGE_PASS="1"|
|
||||
If this is not your IP, or you did not send these emails, please change your password immediately:<br>
|
||||
<a target=_blank href="|HTTP|://|DOMAIN|:|PORT|/CMD_CHANGE_EMAIL_PASSWORD">|HTTP|://|DOMAIN|:|PORT|/CMD_CHANGE_EMAIL_PASSWORD</a><br><br>
|
||||
|*endif|
|
||||
|
||||
<span id=footer>================================<br>
|
||||
Automated Message Generated by |DEAMONNAME|
|
||||
</span>
|
||||
</td></tr></table>
|
||||
</center>
|
||||
<style>
|
||||
* { font-family: verdana; font-size: 10pt; COLOR: gray; }
|
||||
b { font-weight: bold; }
|
||||
table {
|
||||
border-radius:10px;
|
||||
box-shadow: 10px 10px 50px #000000;
|
||||
background: #28619c;
|
||||
}
|
||||
#main_text {
|
||||
background: #eef6ff;
|
||||
text-align: left;
|
||||
padding: 25;
|
||||
border-radius:5px;
|
||||
box-shadow: 2px 2px 15px #000000;
|
||||
}
|
||||
html {
|
||||
background: #ffffff;
|
||||
}
|
||||
h1 {
|
||||
font-size: 12pt;
|
||||
font-wight: bold;
|
||||
COLOR: #594842;
|
||||
}
|
||||
#footer {
|
||||
COLOR: #cad4e0;
|
||||
}
|
||||
</style>
|
||||
</html>
|
||||
Reference in New Issue
Block a user