I’m running a companion self-hosted instance to run custom nodes on. I just set up the mail service last night and when testing noticed that the system message for password resets and invites were successfully being delivered, but the body was blank.
Has anyone had this happen before? There should be a default email body, but I found no mention of what the path for that is.
I added a docker postfix mail relay that relays the smtp request via MS graph.
The config and testing of sending works. The messages are going out….they’re just completely empty.
I know there are environment variables to create a custom email message, but am missing some datapoints, like how would I reference the registrations link or password reset link.
Yea, I’ll have to double check the logs and see if there any errors firing off.
I’m meaning to try a basic custom message body and see if that get’s out ok. If so, I think the default template were blown out somehow during installation or upgrade.
Right, you don’t have to configure them, I am just asking to make sure you didn’t For me, I didn’t have to make any changes except a couple of SMTP variables in the docker compose’ manifest.
That’s good to know it does function as expected. So definitely something with my setup.
I’m going to see if I can fine the templates in the directory. I was being lazy about shelling into the docker instance yesterday.