1
0
Fork 0

Finsih mail resend limit

This commit is contained in:
Unknown 2014-03-21 10:09:57 -04:00
parent 67c4e54298
commit d40499e7fa
9 changed files with 60 additions and 16 deletions

View file

@ -63,6 +63,17 @@
<div><b>User:</b> {{.Mailer.User}}</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
Cache Configuration
</div>
<div class="panel-body">
<div><b>Cache Adapter:</b> {{.CacheAdapter}}</div>
<div><b>Cache Config:</b> <code>{{.CacheConfig}}</code></div>
</div>
</div>
</div>
</div>
{{template "base/footer" .}}