Added sendmail library

This commit is contained in:
Antonio de la Rosa 2020-07-14 13:45:42 +02:00
parent 59bd97be74
commit e40b618349
6 changed files with 228 additions and 16 deletions

View file

@ -0,0 +1,9 @@
<%inherit file="dashboard.phtml"/>
<%block name="content">
<div class="title">
Welcome to Paramecio Admin
</div>
<div class="cont">
From here you can admin your site
</div>
</%block>