nestjs-mailable
Version:
A comprehensive NestJS mail package with design patterns for email handling, templating, and multi-provider support
9 lines (8 loc) • 411 B
TypeScript
export { MailService } from './services/mail.service';
export { MailModule } from './mail.module';
export * from './interfaces/mail.interface';
export * from './types/transport.type';
export * from './types/transport-config.helpers';
export * from './constants/template.constants';
export { Mailable, AttachmentBuilder } from './classes/mailable';
export { MailableBuilder } from './builders/mailable.builder';