nest-modules/mailer

Preview not working?

mgs96 opened this issue · 3 comments

Describe the bug
Setting up
preview: { open: true, }
On the mailer module configuration doesn't open the browser showing the template.

Expected behavior
Mail is displayed on the browser.

Screenshots
Screenshot 2024-03-18 at 7 08 23 PM

This is how I'm calling the sendMail function:
Screenshot 2024-03-18 at 7 11 16 PM

Desktop:

  • OS: macOS 14.2.1
  • Browser: safari
  • Version: 17.2.1

Additional context
It was my understanding that if the preview: true was set up, the mail would not be sent, is this the case?