You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Argument of type '{ to: string; replyTo: string; from: string; subject: string; template: string; context: { message: string; }; }' is not assignable to parameter of type 'ISendMailOptions'.
Object literal may only specify known properties, and 'replyTo' does not exist in type 'ISendMailOptions';
i found problem here ('/mailer/dist/interfaces/send-mail-options.interface.d.ts'):
Error: Argument of type '{ to: string; replyTo: string; from: string; subject: string; template: string; context: { message: string; }; }' is not assignable to parameter of type 'ISendMailOptions'.
Object literal may only specify known properties, and 'replyTo' does not exist in type 'ISendMailOptions';
i found problem here ('/mailer/dist/interfaces/send-mail-options.interface.d.ts'):
The sendMailOptions interface does not exist.
Possible solution: It seems to me that you need to add @types/nodemailer in the package.json of your module
The text was updated successfully, but these errors were encountered: