How on Earth do you get Ghost Memberships and Newsletters working with Cloudron
-
@jdaviescoates said in How on Earth do you get Ghost Memberships and Newsletters working with Cloudron:
Unless, if I'd already changed the support address (I hadn't in this instance), then perhaps it wouldn't have still tried to send via noreply@ghost.ud.coop at all and I wouldn't've needed to get masqureading working on the subdomain
Yeah, even if you've installed on a subdomain, if change the support address you don't also have to add and then enable masquerading on the subdomain.
So the steps in the docs were all actually correct, I think, it was just the subdomain issue, coupled with Ghost changing where to change stuff had got me all confuddled.
But perhaps the docs could also be clearer too.
Things you need to do in order to get Ghost working.
-
You can get as much as you can ready before installing ghost.
- In Cloudron, enable email on the domain you want to install Ghost on
- create support@ and newsletter@ email boxes
- enable email masquerading
- sign-up to Mailgun, configure DNS as instructed, have your mg.example.coop domain and private API ready
-
Install Ghost
-
Go to example.coop/ghost and set-up admin account
-
Click Explore Ghost admin then Cog at bottom of left column to get into Ghost settings
-
In Ghost Settings, go to Membership -> Portal Settings -> Customize Portal -> Account page settings
- Edit the email to your previously created suppport@ email address.
- Click Save and close (top right)
- Click on the confirmation email sent to support@ to confirm.
-
Go back to Ghost Setting, then into Email newsletter -> Newsletter -> Customize -> Email addresses -> Sender email address
- edit the email to your previously created newsletter@ email address.
- Click Save and close (top right)
- Click on the confirmation email sent to newsletter@ to confirm.
-
Back in Ghost Setting -> Email newsletter
- scroll down to General Settings expand and complete Mailgun configuration by
- choose your region,
- add your domain e.g.
mg.domain.coop
(without thehttps://
works fine, maybe it'd work with it too, not tested yet). - paste in your Mailgun Private API key
- Click Save (top right)
-
Go into Members (note this is not Settings -> Membership /ghost/#/settings/members/ it's just /ghost/#/members/) and click on the Add yourself as a member to test.
-
Also sign-up using another email address by browsing to your domain and clicking on the Subscribe button. Open that email address and confirm your subscription.
-
Create a post, click Publish, then Publish and send, then Publish and send again.
Both members should receive an email with the post you just published and sent.
-
-
@girish said in How on Earth do you get Ghost Memberships and Newsletters working with Cloudron:
I am not sure why it tried to send email from a subdomain in your case. Do you think you might have tried to put in a subdomain email address ?
In this particular instance (somehow I've tried and failed this multiple times for different reasons!) I think I'd just not found and edited that setting! (in my point 5 above)
-
@jdaviescoates thanks! I have fixed up the existing docs slightly and also linked in your guide here.
-
@girish said in How on Earth do you get Ghost Memberships and Newsletters working with Cloudron:
https://docs.cloudron.io/apps/ghost/#email has the tricky information to setup email in ghost. Note that mailgun is required, no way around it.
can you also mention WHY Mailgun is required? This is quite anti-self hosting.
-
@robi said in How on Earth do you get Ghost Memberships and Newsletters working with Cloudron:
what OSS bulk-mailing API can we add to Cloudron and invite Ghost to add support for it being configurable.
possibly listmonk could do the job?
-
@jdaviescoates good idea!
Seems it would require some hacking to get working in Ghost, a good suggestion for the upstream devs.
The API seems mostly undocumented, hence would be useful to know if they followed a particular pattern of another API mail provider.
-