mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
Added link to mailgun domain
This commit is contained in:
parent
35b13abb98
commit
8c55d57593
@ -186,6 +186,17 @@
|
||||
<div class="f8 fw4 midgrey mt1">Your members will receive system emails from this address</div>
|
||||
{{/gh-form-group}}
|
||||
{{#if hasMailgunAPIKeyOption}}
|
||||
{{#gh-form-group}}
|
||||
<label class="fw6 f8">Mailgun domain</label>
|
||||
{{gh-text-input
|
||||
value=(readonly subscriptionSettings.mailgunDomain)
|
||||
input=(action "setSubscriptionSettings" "mailgunDomain")
|
||||
class="mt1"
|
||||
}}
|
||||
<a href="https://app.mailgun.com/app/sending/domains" target="_blank" class="mt1 fw4 f8">
|
||||
Find your Mailgun domain here »
|
||||
</a>
|
||||
{{/gh-form-group}}
|
||||
{{#gh-form-group}}
|
||||
<label class="fw6 f8">Mailgun API key</label>
|
||||
{{gh-text-input
|
||||
@ -199,15 +210,6 @@
|
||||
Find your Mailgun API keys here »
|
||||
</a>
|
||||
{{/gh-form-group}}
|
||||
|
||||
{{#gh-form-group}}
|
||||
<label class="fw6 f8">Mailgun domain</label>
|
||||
{{gh-text-input
|
||||
value=(readonly subscriptionSettings.mailgunDomain)
|
||||
input=(action "setSubscriptionSettings" "mailgunDomain")
|
||||
class="mt1"
|
||||
}}
|
||||
{{/gh-form-group}}
|
||||
{{/if}}
|
||||
</div>
|
||||
{{/liquid-if}}
|
||||
|
Loading…
Reference in New Issue
Block a user