Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions app/components/gh-members-lab-setting.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export default Component.extend({
config: service(),
mediaQueries: service(),

mailDomain: computed.or('config.mail.domain', 'blogDomain'),

mailgunRegion: computed('settings.bulkEmailSettings.baseUrl', function () {
if (!this.settings.get('bulkEmailSettings.baseUrl')) {
return US;
Expand Down
2 changes: 1 addition & 1 deletion app/templates/components/gh-members-lab-setting.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
input=(action "setSubscriptionSettings" "fromAddress")
class="w20"
}}
<span class="gh-input-append"> @{{this.blogDomain}}</span>
<span class="gh-input-append"> @{{this.mailDomain}}</span>
</div>
<div class="f8 fw4 midgrey mt1">Your members will receive system emails from this address</div>
{{/gh-form-group}}
Expand Down