diff --git a/themes/default/templates/mail.html.ep b/themes/default/templates/mail.html.ep index 54c8afd..2128872 100644 --- a/themes/default/templates/mail.html.ep +++ b/themes/default/templates/mail.html.ep @@ -9,10 +9,12 @@ % }
+ % if (!$self->config('disable_mail_sending')) {
-

<%= l('If you send the mail from this server, the links will be sent to the server, which may lower your privacy protection.') %>

-

<%= l('Adding URLs not related to this Lufi instance to the mail body or subject is prohibited.') %>

+

<%= l('If you send the mail from this server, the links will be sent to the server, which may lower your privacy protection.') %>

+

<%= l('Adding URLs not related to this Lufi instance to the mail body or subject is prohibited.') %>

+ % }