@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.
8 lines (7 loc) • 312 B
TypeScript
export * from './mailer.module';
export * from './mailer.service';
export * from './interfaces/mailer-config.interface';
export * from './interfaces/mailer-options.interface';
export * from './providers/aws-ses.provider';
export * from './providers/sendgrid.provider';
export * from './providers/smtp.provider';