bump to V1.1.3

This commit is contained in:
2024-08-27 15:48:58 +02:00
parent c074d6c025
commit 7ebd61f612
27 changed files with 92 additions and 47 deletions

View File

@@ -12,7 +12,7 @@ const html2text = require( 'html-to-text' );
const db = require( '../db/db.js' );
let transporter = mailer.createTransport( db.getJSONDataSync( '/config/mail.config.json' ) );
let transporter = mailer.createTransport( db.getJSONDataSync( __starterDir + '/config/mail.config.json' ) );
class MailManager {