Skip to content

Commit

Permalink
fix(): inherits from nodemailer interface #34
Browse files Browse the repository at this point in the history
  • Loading branch information
juandav committed Mar 12, 2020
1 parent 1a593cc commit 923ba0f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/interfaces/send-mail-options.interface.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
import { SendMailOptions } from 'nodemailer';

export interface ISendMailOptions extends SendMailOptions {
to?: string;
cc?: string[];
from?: string;
replyTo?: string;
subject?: string;
text?: string;
html?: string;
template?: string;
context?: {
[name: string]: any;
};
Expand Down

0 comments on commit 923ba0f

Please sign in to comment.