Do not show message about sending mail through the server if sending mail from the server is disabled
This commit is contained in:
parent
7c417f3efd
commit
6dd9b5b27e
|
@ -9,10 +9,12 @@
|
|||
% }
|
||||
|
||||
<div class="message is-info">
|
||||
% if (!$self->config('disable_mail_sending')) {
|
||||
<div class="message-body">
|
||||
<p><%= l('If you send the mail from this server, the links will be sent to the server, which may lower your privacy protection.') %></p>
|
||||
<p><%= l('Adding URLs not related to this Lufi instance to the mail body or subject is prohibited.') %></p>
|
||||
<p><%= l('If you send the mail from this server, the links will be sent to the server, which may lower your privacy protection.') %></p>
|
||||
<p><%= l('Adding URLs not related to this Lufi instance to the mail body or subject is prohibited.') %></p>
|
||||
</div>
|
||||
% }
|
||||
</div>
|
||||
|
||||
<form class="field" action="<%= url_for('m') %>" method="post" class="mail-form">
|
||||
|
|
Loading…
Reference in New Issue