Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ccssmnn/remix-nodemailer-error

Created with StackBlitz ⚡️
https://github.com/ccssmnn/remix-nodemailer-error

Last synced: about 1 month ago
JSON representation

Created with StackBlitz ⚡️

Awesome Lists containing this project

README

        

# Remix Nodemailer Error

Importing `nodemailer` directly in a route causes the site to crash. Importing `nodemailer` in `entry.server.tsx` and importing it from there into a route works.