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