Grégory LASSERRE
Grégory LASSERRE
WWindmill
Created by Grégory LASSERRE on 3/6/2025 in #help
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.
1 replies
WWindmill
Created by Grégory LASSERRE on 2/26/2025 in #help
Powershell script with PNP.Powershell module - How to connect with PFX SSL Certificate ?
Hello. I try to run a powershell script that use PNP.Powershell module. As reference here https://pnp.github.io/powershell/cmdlets/Connect-PnPOnline.html#example-5, the Connect-PNPOnline need to point to a PFX file. I'm newbie on windmill to be honest, i don't understand how / where i can store my pfx file in order to use it in my script. If someone can help me how to proceed please ? Best regards.
9 replies