Add option on list to disable "List-Unsubscribe" header

This commit is contained in:
Reto Kaiser 2018-05-29 14:55:30 +02:00
parent fc5fc5b09c
commit 16ce44146f
5 changed files with 37 additions and 3 deletions

View file

@ -80,6 +80,17 @@
</div>
</div>
<div class="form-group">
<label for="default_form" class="col-sm-2 control-label">{{#translate}}Unsubscribe Header{{/translate}}</label>
<div class="col-sm-10">
<div class="checkbox">
<label>
<input type="checkbox" name="listunsubscribe_disabled" value="1" {{#if listunsubscribeDisabled}} checked {{/if}}> {{#translate}}Do not send List-Unsubscribe headers{{/translate}}
</label>
</div>
</div>
</div>
<hr />
<div class="form-group">