Closed jpvalery closed 1 year ago
Hi, @jpvalery. Are you able to run some regular linux telnet server on Vercel and check if you can telnet to it with a client so you see it's not a networking issue?
Hi @mkozjak! Thank you for the quick reply!
I'm not entirely sure—I'll reach out to their team.
Should I take it that, in itself, my snippet shared above should work as is?
Thanks in advance,
Update: after some additional digging, I found out that AWS Lambda blocks port 25 (and so Vercel being on top of AWS, it also blocks it).
I passed that first error using port 587 and increasing the timeout parameter
Hi there!
Hope you're alright. It feels this could be similar to #46 but I'm not 100% sure.
I'm trying to run this with NextJS on an API route to run a
HELO
for an email address.Here's a snippet of that code:
I can't run it locally as my ISP is blocking telnet requests.
Deployed on Vercel and getting this error:
I'm a bit confused as what could be missing (as from reading other issues/readme, setting negotiationMandatory to false should allow the connection to happen)—any insights or direction-pointing will be greatly appreciated 🙏