
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
nodebb-plugin-custom-emails
Advanced tools
Custom email templates and URL rewriting for headless NodeBB frontends
Alpha Version (0.1.3-alpha) - This plugin is in early development. Test thoroughly before deploying to production.
This plugin provides custom email templates for Invictus Growth portals.
node_modules/nodebb-plugin-custom-emailsnpm install in your NodeBB root directory./nodebb build
./nodebb restart
npm install git+https://your-repo-url/nodebb-plugin-custom-emails.git
node_modules/digest.tpl - Simplified section headers (removed site name)partials/footer.tpl - Removed extra unsubscribe linkThis plugin survives NodeBB upgrades because it's installed as a separate package. After upgrading NodeBB:
# On your development machine
cd /path/to/nodebb-plugin-custom-emails
git init
git add .
git commit -m "Initial commit"
git remote add origin https://your-git-server/nodebb-plugin-custom-emails.git
git push -u origin main
# On each production instance
cd /path/to/nodebb
npm install git+https://your-git-server/nodebb-plugin-custom-emails.git
./nodebb build
./nodebb restart
# Create a tarball
tar -czf nodebb-plugin-custom-emails.tar.gz nodebb-plugin-custom-emails/
# On each instance
tar -xzf nodebb-plugin-custom-emails.tar.gz -C node_modules/
./nodebb build
./nodebb restart
To update the plugin across all instances:
npm update nodebb-plugin-custom-emails0.1.3-alpha - Feature release
0.1.2-alpha - Bug fix release
0.1.1-alpha - Bug fix release
0.1.0-alpha - Alpha release with digest and footer customizations
FAQs
Custom email templates and URL rewriting for headless NodeBB frontends
The npm package nodebb-plugin-custom-emails receives a total of 4 weekly downloads. As such, nodebb-plugin-custom-emails popularity was classified as not popular.
We found that nodebb-plugin-custom-emails demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.