mailing: see subject
This commit is contained in:
@@ -23,7 +23,7 @@ export function initConfMail(confMail: ConfMail) {
|
||||
|
||||
export async function queueEmail(subject: string, html: string, cc?: string) {
|
||||
queue.push({ subject, body: html, cc })
|
||||
console.log(`[mail] added 1 mail to queue`)
|
||||
console.log(`[mail] added 1 mail to queue: ${subject}`)
|
||||
}
|
||||
|
||||
function consumeMessages(cc: string): MailContent[] {
|
||||
|
||||
Reference in New Issue
Block a user