Testing…
Is there a reason not to use PowerShell?
Submitted 11 months ago by Rick_C137@programming.dev to programming@programming.dev
Testing…
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.
True, you’re certainly not forced to learn PowerShe 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.
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
mutt?
download site: www.mutt.org/download.html their gitlab: gitlab.com/muttmua/mutt
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.
Rick_C137@programming.dev 11 months ago
Has I found nothing, I’ve write a piece of code in Python 🐍 ! and compile it for Windows…
MajorHavoc@lemmy.world 11 months ago
That’s a good solution. Python is an excellent, and very portable solution, for sending emails.