![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
kuzzle-plugin-mailer
Advanced tools
This plugin extends the Kuzzle API allowing to send mail from a new exposed controller. It acts as a bridge between the "Node Mailer" library and the Kuzzle backend.
You must define some configuration before start.
Just provide an smtpConfig
key with your config SMTP configuration: Here is the list of available config options.
The only option you can't define on your own is options.pool
because this will depend on the controller action you are using.
At the moment the bulk action is not supported but in the future this will be taken in consideration.
Define a fromContact key with format "User" address@adress.com
See NodeMailer documentation
This plugin exposes different API that you should use depending on your needs.
In all case you can look at this documentation to understand the e-mail format : NodeMailer mail format
You can call the HTTP route :
POST - /api/1.0/_plugin/kuzzle-plugin-mailer/send-email
Just provide a single Mail object with some of given option : NodeMailer mail format
Not supported yet. See you further.
FAQs
Send e-mails through a custom Kuzzle controller.
The npm package kuzzle-plugin-mailer receives a total of 2 weekly downloads. As such, kuzzle-plugin-mailer popularity was classified as not popular.
We found that kuzzle-plugin-mailer demonstrated a not healthy version release cadence and project activity because the last version was released 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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.