Skip to content

Commit

Permalink
fix(): fixes template in the email interface
Browse files Browse the repository at this point in the history
  • Loading branch information
juandav committed Mar 14, 2020
1 parent 9f8308b commit eb1f4b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion docs/mailer.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ import { Module } from '@nestjs/common';
import { PugAdapter, MailerModule } from '@nestjs-modules/mailer';

@Module({

imports: [
MailerModule.forRootAsync({
useFactory: () => ({
Expand Down
1 change: 1 addition & 0 deletions lib/interfaces/send-mail-options.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export interface ISendMailOptions extends SendMailOptions {
[name: string]: any;
};
transporterName?: string;
template?: string;
attachments?: {
filename: string;
contents?: any;
Expand Down

0 comments on commit eb1f4b6

Please sign in to comment.