UNPKG

@c1x/nest-mailer

Version:

A flexible and easy-to-use mailer module for NestJS applications, supporting multiple email providers including SMTP, AWS SES, and SendGrid.

7 lines 211 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SmtpConfig = void 0; class SmtpConfig { } exports.SmtpConfig = SmtpConfig; //# sourceMappingURL=mailer-config.interface.js.map