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.
No dependencies required, just have your plugin serve templates (add the template option into plugin.json), and in that template folder, have a folder called emails, and place your template in there.
Also place a corresponding plaintext one with the suffix _plaintext.
This settings for widgets not work on /category and /recent page
Set the topic IDs you want to display this widget on (separated by commas)
Set the category IDs you want to display this widget on (separated by commas)
Finally got this to work! It seems that the nodemailer plugin has a dependency on node v 6.0.0. As soon as I changed the dependency to a compatible version the problem was solved.
Hope this helps someone else facing the same issue.