Lets you send content of your page via nodemailer when ?send get param is present in Vite Dev Server. Handy for testing email templates!
You can also export send from @vituum/vite-plugin-send or @vituum/vite-plugin-send/send.js to write a custom script which you can call via Node.js
import send from '@vituum/vite-plugin-send'
export default {
plugins: [
send()
]
}Read the docs to learn more about plugin options.