Skip to content

Commit

Permalink
fix self-signed doc url
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Sep 26, 2024
1 parent 704caf8 commit dcf8967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailServer/templates/mailServer/listEmails.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h3>{% trans "Postfix is disabled." %}

<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>
Expand Down

0 comments on commit dcf8967

Please sign in to comment.