@ploutos/mailer
v1.0.4
Published
A Mailer package for Nest.JS application. Create email templates for emails and send them.
Readme
Mailer Module For Nest.js
This mailer module is using resend API to send emails. It also support create email templates and store to database
Installation
npm install @ploutos/mailerVariables
RESEND_API_KEY=sdfsdfsdfsdfsdf
[email protected]
[email protected]Usage
import { MailerModule } from '@ploutos/mailer';
@Module({
imports: [MailerModule.forRoot()]
})
export class AppModule {}Notes
RESEND_API_KEY & MAIL_FROM variables are required.
