Hello,
I am self hosting ghost in a Digital Ocean droplet. I have email configured and it is sending emails, however the buttons on the signup links for both regular members and staff members is routing to a non-viable URL. They both lead to URLs that take the following form - https://email.mail.mydomain.com/c/{SOME_LONG_STRING}
. The signup email for regular members has the correct link in the copy paste portion of the email that links to https://mydomain.com/members/?token={STRING}&action=signup&r=mydomain
and that link works. I assume this is some sort of configuration issue but I don’t know how to resolve this.