mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +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>
|
<div class="f8 fw4 midgrey mt1">Your members will receive system emails from this address</div>
|
||||||
{{/gh-form-group}}
|
{{/gh-form-group}}
|
||||||
{{#if hasMailgunAPIKeyOption}}
|
{{#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}}
|
{{#gh-form-group}}
|
||||||
<label class="fw6 f8">Mailgun API key</label>
|
<label class="fw6 f8">Mailgun API key</label>
|
||||||
{{gh-text-input
|
{{gh-text-input
|
||||||
@ -199,15 +210,6 @@
|
|||||||
Find your Mailgun API keys here »
|
Find your Mailgun API keys here »
|
||||||
</a>
|
</a>
|
||||||
{{/gh-form-group}}
|
{{/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}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
{{/liquid-if}}
|
{{/liquid-if}}
|
||||||
|
Loading…
Reference in New Issue
Block a user