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
BadResource: TCP stream is currently in use
at opStartTls (ext:deno_net/02_tls.js:10:15)
at Object.startTls (ext:deno_net/02_tls.js:88:57)
at #prepareConnection (https://deno.land/x/[email protected]/client/basic/client.ts:196:37)
at eventLoopTick (ext:core/01_core.js:183:11)
at async https://deno.land/x/[email protected]/client/basic/client.ts:35:13
at async SMTPClient.send (https://deno.land/x/[email protected]/client/basic/client.ts:49:9)
The text was updated successfully, but these errors were encountered:
I have write some code to send emails using supabase edge function. Using library of 1.4.0 all works good, but 1.5.0 and 1.6.0 doesn't works
Code:
Error stack trace:
The text was updated successfully, but these errors were encountered: