You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this is a good practice or not, which is why I created an issue instead of just doing a pull request, but I like having a mock service for emails while on development that just prints the resulting e-mail to console.
Right now, my src/lib/send-email.tsx looks like this:
I don't know if this is a good practice or not, which is why I created an issue instead of just doing a pull request, but I like having a mock service for emails while on development that just prints the resulting e-mail to console.
Right now, my
src/lib/send-email.tsx
looks like this:using render from react-email. I can make the pull request if needed, but I wanted to know your opinion on this before.
Cheers!
The text was updated successfully, but these errors were encountered: