Can we use nodemailer in Hono #3096
Answered
by
Meess
Kuldeep12mohan
asked this question in
Q&A
-
I am curious about how can i send mails using hono as http layer, i'm facing error like nodeJS compatibility issue |
Beta Was this translation helpful? Give feedback.
Answered by
Meess
Jul 5, 2024
Replies: 1 comment 4 replies
-
Could you elaborate a bit more on what issue you're encountering. E.g. what runtime are you using, what is the error you're getting, the smallest code example that you can make to reproduce the issue? Otherwise it very difficult to determine what goes wrong |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nodemailer is not compatible with cloudflare's workers (i.e. workerd runtime), see the issue in the nodemailer repo: nodemailer/nodemailer#1621 (comment)
So this is not a hono issue, but a nodemailer <-> cloudflare worker runtime issue. So to answer your original question: Can we use nodemailer in Hono?