Daniel Wood
Results
1
comments of
Daniel Wood
I'm having an issue just trying to get it instantiated. ```TS export class MailjetService { private _transporter: nodemailer.Transporter private mailjet: Mailjet constructor(private readonly configService: ConfigService) { this.mailjet = new Mailjet({...