import { DyNTS_EmailService } from '../../_services/core/email.service'; export class EmailService_Mock extends DyNTS_EmailService { constructor() { super({ host: 'smtp.forpsi.com', port: 465, senderName: 'FutDevPro - Auto', email: 'auto@futdevpro.hu', pass: 'a9wY992H4CpxYAG#', rootPath: __dirname, /* templatePaths: { // test: './email-template.mock.html', }, */ }); } }