Nodemailer Plugin
This plugin is responsible for registering the required email strategy config for Lucid and uses the Nodemailer library to send emails.
Prerequisites
- Install Nodemailer.
Installation
To install the Nodemailer plugin, run the following command in your terminal:
Configuration
To use the Nodemailer plugin, you need to add it to your lucid.config.ts
or lucid.config.js
file. You will also need to provide it with the necessary configuration options, such as a Nodemailer transporter and the ‘from’ details so Lucid knows where to send emails from.