Getting Started
Installation
Add @vikeriait/nuxt-transport-mailer dependency to your project:
bash
pnpm add @vikeriait/nuxt-transport-mailerbash
npm install @vikeriait/nuxt-transport-mailerbash
yarn add @vikeriait/nuxt-transport-mailerSetup
Add @vikeriait/nuxt-transport-mailer to the modules section of nuxt.config.ts:
typescript
export default defineNuxtConfig({
modules: [
'@vikeriait/nuxt-transport-mailer'
]
})That's it! You can now start using the module with default settings or configure it to your needs.