|
|
|
@ -26,9 +26,10 @@ export class MailService { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
async sendEmailFromTemplate({ to, subject, template, context, from }: ISendMailOptions) { |
|
|
|
async sendEmailFromTemplate({ to, cc, subject, template, context, from }: ISendMailOptions) { |
|
|
|
const sendMailOptions: ISendMailOptions = { |
|
|
|
to, |
|
|
|
cc, |
|
|
|
subject, |
|
|
|
template, |
|
|
|
context, |
|
|
|
|