mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 21:34:24 +00:00
ticket generation working
This commit is contained in:
@@ -43,6 +43,7 @@ class MailManager {
|
||||
}
|
||||
|
||||
sendMailWithAttachment ( recipient, html, subject, attachments, from ) {
|
||||
// Attachments have to be an array of objects that have filename and path as their keys
|
||||
let text = html2text.convert( html, this.options );
|
||||
let mailOptions = {
|
||||
from: from,
|
||||
|
||||
Reference in New Issue
Block a user