Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ⚡️
- Host: GitHub
- URL: https://github.com/ccssmnn/remix-nodemailer-error
- Owner: ccssmnn
- Created: 2022-01-25T13:20:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-25T13:24:21.000Z (almost 3 years ago)
- Last Synced: 2024-11-29T22:05:16.993Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://stackblitz.com/edit/node-ipct1t
- Size: 91.8 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.