mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
fix: hook up cc and bcc fields to mail sender
This commit is contained in:
@@ -135,6 +135,8 @@ export class SendPaymentReceiveMailNotification {
|
||||
const mail = new Mail()
|
||||
.setSubject(parsedMessageOpts.subject)
|
||||
.setTo(parsedMessageOpts.to)
|
||||
.setCC(parsedMessageOpts.cc)
|
||||
.setBCC(parsedMessageOpts.bcc)
|
||||
.setContent(parsedMessageOpts.message);
|
||||
|
||||
const eventPayload = {
|
||||
|
||||
Reference in New Issue
Block a user