railwayapp-templates / ghost

A self-hosted version of Ghost with a MySQL database.
20 stars 34 forks source link

Can not send inivitation by email. #16

Closed BruceWind closed 1 year ago

BruceWind commented 1 year ago

I click resend button for sending an email. 1690963918040

But I got error of response. from url: https://[subdomain].maindomain.com/ghost/api/admin/invites/

{
    "errors": [
        {
            "message": "Error sending email!",
            "context": "Error sending email: Failed to send email. Reason: Invalid login: 535 Authentication failed. Please check your email settings and resend the invitation.",
            "type": "EmailError",
            "details": null,
            "property": null,
            "help": "Please see https://ghost.org/docs/config/#mail for instructions on configuring email.",
            "code": "EAUTH",
            "id": "08a20af0-310c-11ee-9fb1-010f428337f9"
        }
    ]
}

I use mailgun in setting. I think all set is ok, I had use the mailgun config(domain,key) to send email in auth0 before this time.

brody192 commented 1 year ago

can you please move to to a help thread on our discord? discord.gg/railway

BruceWind commented 1 year ago

I had the intention to be in discord, but I reckon this issue is relate to ghost, not railway. So I decieded to come up to here.

BruceWind commented 1 year ago

sorry it looks like relate to https://github.com/TryGhost/Ghost/issues/13353

BruceWind commented 1 year ago

It is my fault, I need to reset password in the dashboard of mailgun.