Skip to content

Commit

Permalink
Merge pull request #999 from maclementED/master
Browse files Browse the repository at this point in the history
Update ISendMailOptions type
  • Loading branch information
juandav committed Jul 20, 2023
2 parents 1f39b25 + 74ede9b commit f1684a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/interfaces/send-mail-options.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export interface ISendMailOptions extends SendMailOptions {
to?: string | Address | Array<string | Address>;
cc?: string | Address | Array<string | Address>;
bcc?: string | Address | Array<string | Address>;
replyTo?: string | Address;
replyTo?: string | Address | Array<string | Address>;
inReplyTo?: string | Address;
from?: string | Address;
subject?: string;
Expand Down

0 comments on commit f1684a3

Please sign in to comment.