smtp not working

Hello.
Trying to send email from a basic workflow :
  • I created a SMTP ressource under a workspace.
  • When trying to send an email, i got the following issue :
DenoStdInternalError: bufio: caught error from
readSlice()
without
partial
property
at assert (https://deno.land/std@0.81.0/_util/assert.ts:13:11)
at BufReader.readLine (https://deno.land/std@0.81.0/io/bufio.ts:254:7)
at eventLoopTick (ext:core/01_core.js:177:7)
at async TextProtoReader.readLineSlice (https://deno.land/std@0.81.0/textproto/mod.ts:131:17)
at async TextProtoReader.readLine (https://deno.land/std@0.81.0/textproto/mod.ts:33:15)
at async SmtpClient.readCmd (https://deno.land/x/smtp@v0.7.0/smtp.ts:151:20)
at async SmtpClient._connect (https://deno.land/x/smtp@v0.7.0/smtp.ts:118:21)
at async SmtpClient.connectTLS (https://deno.land/x/smtp@v0.7.0/smtp.ts:68:5)
at async main (file:///tmp/windmill/wk-default-9daebb5b0438-DfLqS/01956bc8-10fc-50b7-5a90-60fe3ef2921c/main.ts:18:3)
at async run (file:///tmp/windmill/wk-default-9daebb5b0438-DfLqS/01956bc8-10fc-50b7-5a90-60fe3ef2921c/wrapper.ts:23:20)

My SMTP settings seems correct.

How can i fix that ?

Best regards.
Was this page helpful?