@lucidcms/plugin-nodemailer
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Lucid - Nodemailer Plugin

The official Nodemailer plugin for Lucid

This plugin registers the required email strategy config and uses Nodemailer to send emails.

Installation

npm install @lucidcms/plugin-nodemailer

lucid.config.ts/js

import LucidNodemailer from "@lucidcms/plugin-nodemailer";

export default lucidConfig({
  // ...other config
  plugins: [
    LucidNodemailer({
      from: {
        email: "admin@lucidcms.io",
        name: "Lucid",
      },
      transporter: transporter,
    }),
  ],
});

Package Sidebar

Install

npm i @lucidcms/plugin-nodemailer

Weekly Downloads

10

Version

1.0.2

License

MIT

Unpacked Size

11.8 kB

Total Files

7

Last publish

Collaborators

  • williamyallop