Se agregó el módulo para mandar emails masivos

This commit is contained in:
2025-02-28 14:44:40 -06:00
parent ea1ad1737e
commit cc8a31319a
11 changed files with 225 additions and 4 deletions
+2
View File
@@ -1,6 +1,8 @@
import { Injectable } from '@nestjs/common';
import * as nodemailer from 'nodemailer';
import * as dotenv from 'dotenv';
dotenv.config();
@Injectable()