mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 01:12:17 +00:00
Changed the logic to send messages via email
This commit is contained in:
@@ -3,17 +3,10 @@
|
||||
<title>This is not the email template, this is a tribute</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
This is the header!
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="body">
|
||||
<iframe width="100%" frameborder="0" src="{src}"></iframe>
|
||||
<a href="{href}">Click here!!!</a>
|
||||
<a href="{href}">Click here to see the message</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
This is the footer!
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user