UNPKG

nuxt-mail

Version:

Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.

3 lines (2 loc) 109 B
declare const _default: (body: any, options: any, transport: any) => Promise<void>; export default _default;