We've got an email system setup with the @nestjs-modules/mailer package. For our dev env, we've got https://MailTrap.io working beautifully. Now, we need to setup a prod env mailer. We've got the Send Grid values setup, but nothing is happening. Before we throw this in prod, we're testing in dev.
For this, we aren't getting any attempts to send an email showing up as activity in Send Grid. So, I'm not sure how to debug this. Any ideas on this?