Search code examples
nestjsnodemailer

ERROR [MailerService] Transporter is ready. Nest.js. @nestjs-modules/mailer


In the terminal, an error occurs: [Nest] 21016 - 05.03.2024, 19:05:42 ERROR [MailerService] Transporter is ready. Emails are being sent. I don't know what the problem is, I need help.

The code has been checked, there are no errors.enter image description here


Solution

  • Using latest version of @nestjs-modules/mailer will log this error in terminal so i'm using version 1.10.3 instead.

    Update
    This issue has been fixed since version 2.0.2