Skip to content

Getting Started

Installation

Add @vikeriait/nuxt-transport-mailer dependency to your project:

bash
pnpm add @vikeriait/nuxt-transport-mailer
bash
npm install @vikeriait/nuxt-transport-mailer
bash
yarn add @vikeriait/nuxt-transport-mailer

Setup

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.