Hi everyone,

Before I was using SendEmail but it seem that it’s not supporting TLSv1.3 :/ too bad because the SMTP server that I would like to use require it.

Do you have any solution ( Windows ) to send emails (TLSv1.3 supported) trough the CLI? Not powerShell ! but CMD

@Rick_C137@programming.dev
creator
link
fedilink
English
310M

Has I found nothing, I’ve write a piece of code in Python 🐍 ! and compile it for Windows…

That’s a good solution. Python is an excellent, and very portable solution, for sending emails.

Thank you @Vilian@lemmy.ca Seem great, I’ll keep it for later :)

But not for what I need now, as

Mutt is a small but very powerful text-based mail client for Unix operating systems

and it’s a “full” client, I need just the SMTP functionality.

Is there a reason not to use PowerShell?

yes, it’s been years that I’m using CMD and as I’m planning get rid of windows there is no point for me to learn it.

I don’t think you need to learn it, you just need to use one command. Even from a CMD prompt you can invoke powershell and a powershell cmdlet in a one-liner:

powershell send-mailmessage -from "me@somedomain.co.uk" -To "me@someotherdomain.co.uk" -subject "Test to me" -smtpserver My.Mail.Server.co.uk

@MajorHavoc@lemmy.world
link
fedilink
1
edit-2
10M

True, you’re certainly not forced to learn PowerShell if you’re about to switch to Linux.

That said, PowerShell is my preferred shell on Linux.

PowerShell is open source, works great on Linux, and is even one of the pre-installed shells on Ubuntu.

And yes, I’m not sure what to think of all that, either. It’s weird. It’s also really useful.

stewie410
link
fedilink
310M

Are you also managing AD or other services in Linux to make PS more viable, or just in general?

I’m not doing anything particularly specific to PowerShell - I just like the web-request module, and excellent JSON handler, because I do a decent amount of web API stuff from the command line.

I could curl+awk+sed this stuff, but the equivalent PowerShell is so much faster to write, and more concise to maintain than i.e. my zshell solution would be.

Even in a few places where I’m using zsh as my term, I’ll still call into PowerShell if I already have a nice piece of PowerShell that does what I need. The two interoperate well, but I lose the object oriented pipe once the data is back in Zsh, of course.

Create a post

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person’s post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you’re posting long videos try to add in some form of tldr for those who don’t want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



  • 1 user online
  • 1 user / day
  • 1 user / week
  • 1 user / month
  • 1.11K users / 6 months
  • 1 subscriber
  • 1.21K Posts
  • 17.8K Comments
  • Modlog