1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2026-01-22 15:48:18 +00:00

Merge pull request #1629 from Wouter0100/patch-1

Update description for SSL option for tracking domain
هذا الالتزام موجود في:
Adam Cooke
2021-10-07 17:06:00 +01:00
ملتزم من قبل GitHub
الأصل d808d15c28 b0e9bc10a4
التزام 6004767129

عرض الملف

@@ -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'