mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +02:00
Allow SMTP config to specify FQDN of sending server
/cc @backba
This commit is contained in:
parent
560f786b8b
commit
2510972a83
3 changed files with 20 additions and 2 deletions
|
@ -30,6 +30,11 @@
|
|||
{{input id="smtp-senderName" type="text" value=model.smtp.senderName class=(if senderNameError "form-control is-invalid" "form-control")}}
|
||||
<small class="form-text text-muted">e.g. Documize</small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="smtp-fqdn">Sender Server Fully Qualified Domain Name</label>
|
||||
{{input id="smtp-fqdn" type="text" value=model.smtp.fqdn class="form-control"}}
|
||||
<small class="form-text text-muted">(optional) SMTP can require valid domain name, e.g. docs.example.org</small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Anonymous Authentication (Ignore Credentials)</label>
|
||||
{{x-toggle value=model.smtp.anonymous size="medium" theme="light" onToggle=(action (mut model.smtp.anonymous))}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue