I'm using nodebb-plugin-ns-custom-fields plugin. but it seems not working.I wasn't found the setting page in my acp panel. Does anyone know how to fix this problem or some alternative plugins to add custom fields in user's profile
Use Custom Template to send Email
-
Hi,
I am using 'Nodemailer' in my plugin.
I need to use Custom Email template file for Sending Notification Email.
Can I use 'Custom Email Template' in my plugin.
Or there is any dependency available in Node.js.
Please provide me guideline.Thanks!!
-
No dependencies required, just have your plugin serve templates (add the
template
option intoplugin.json
), and in that template folder, have a folder calledemails
, and place your template in there.Also place a corresponding plaintext one with the suffix
_plaintext
.