Video wird geladen...
Video konnte nicht geladen werden
Stop testing emails like this.
12,440 Aufrufe • vor 1 Jahr •via X (Twitter)
5 Kommentare

Or just make an abstract interface and have a local implementation that just console logs whatever data you would send in an email.

Or, and this might sound crazy … setup a proper development environment? That way you can test authentication without the smtp factor, and optionally bypass it when you don’t need to test it for your current development?

Does it have a restful API? Or do I have to reach to nodemailer for smtp connections

The first bit got me so excited only to be let down because I already spin up a mailhog instance by default in all my projects… Like a database, this is a must have in my docker compose

Oh, and the best part? When you deploy your app, every single email proudly lands straight in the junk folder! 😅
