Welcome email template doesn't append the email footer that has unsubscribe button. Digest email template are working fine with email footer. Does anyone face the same issue?
How to edit email messages?
-
I'm still fairly new to NodeBB, but I want to know if I can edit email messages that's being sent by NodeBB such as password reset, subscribe, etc. Thanks!
-
You can change the text in the
email.json
file inpublic/languages/
-
@julian said:
You can change the text in the
email.json
file inpublic/languages/
Does that mean I also can change links in it too?
-
@julian @psychobunny @baris
I need to know where I can edit links in email messages - they're using incorrect URL address (I mean it's using the port and it shouldn't be there). -
If the port is in the url, then you have to fix it in config.json.
-
@julian said:
If the port is in the url, then you have to fix it in config.json.
I really can't. If I do it, NodeBB wouldn't be online.
-
-
@a_5mith said:
Explain...
Explain? How can I explain? On Openshift, the port is required to be included in URL address. Without it, NodeBB can't run on Openshift.