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
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.