fix self-signed doc url
This commit is contained in:
parent
704caf85f0
commit
dcf8967cdc
|
|
@ -60,7 +60,7 @@
|
|||
|
||||
<div ng-hide="mailConfigured==1" class="col-sm-12">
|
||||
<div class="alert alert-danger">
|
||||
<p>{% trans "SSL for email is not configured properly, you may get Self-Signed error on mail clients such as Outlook and Thunderbird. More details " %}<a href="https://cyberpanel.net/docs/6-self-signed-ssl-error-on-outlook-thunderbird/">here</a>. </p>
|
||||
<p>{% trans "SSL for email is not configured properly, you may get Self-Signed error on mail clients such as Outlook and Thunderbird. More details " %}<a href="https://community.cyberpanel.net/t/6-self-signed-ssl-error-on-outlook-thunderbird/207">here</a>. </p>
|
||||
</div>
|
||||
<a target="_blank" href="">
|
||||
<button style="margin-bottom: 2%" ng-click='fixMailSSL()' class="btn btn-primary">Fix Now</button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue