Changed the logic to send messages via email

This commit is contained in:
bison-paolo
2016-12-14 15:13:20 +01:00
parent 7f4a73b51d
commit ebc13b77bb
5 changed files with 27 additions and 19 deletions
+1 -8
View File
@@ -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>