mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
14 lines
518 B
HTML
14 lines
518 B
HTML
<div class="page page-center">
|
|
<div class="container-tight py-4">
|
|
<div class="empty">
|
|
<div class="empty-header">MailServer is not installed</div>
|
|
<p class="empty-title">Mailserver is not yet installed, please install it from terminal with the folowing command:</p>
|
|
<p class="d-none empty-subtitle text-secondary">
|
|
</p>
|
|
<div class="empty-action">
|
|
<pre>opencli email-server install</pre>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|