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_C137OP
    link
    English
    310 months ago

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

    • @[email protected]
      link
      fedilink
      210 months ago

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