1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2026-01-17 05:33:35 +00:00

Update description for SSL option for tracking domain

هذا الالتزام موجود في:
Wouter van Os
2021-10-07 16:05:57 +02:00
ملتزم من قبل GitHub
الأصل d808d15c28
التزام b0e9bc10a4

عرض الملف

@@ -17,8 +17,8 @@
.fieldSet__input .fieldSet__input
= f.select :ssl_enabled, [["Yes - use SSL for tracking whenever possible", true], ["No - never use SSL for tracking", false]], {}, :class => 'input input--select' = f.select :ssl_enabled, [["Yes - use SSL for tracking whenever possible", true], ["No - never use SSL for tracking", false]], {}, :class => 'input input--select'
%p.fieldSet__text %p.fieldSet__text
If enabled, we'll try to remove the replies/signatures from the plain body and send them separately to the rest of the body. If enabled, we'll use https for the tracking domain when replacing links and images. Please note that a SSL certificate
This is useful if you just want to see the latest message in a thread. should be installed on the tracking domain if enabled.
.fieldSet__field .fieldSet__field
= f.label :track_loads, :class => 'fieldSet__label' = f.label :track_loads, :class => 'fieldSet__label'