I need to send an email from a batch script. I tried several solutions without success.
For example, with Blat:
:send_mail
"\Program Files (x86)\blat275\full\blat.exe"
-server smtp.gmail.com
-port 525
-f myAdress@gmail.com
-to recipient@foomail.com
-s "hello"
-body "world"
When I run the script, I just get a Windows crash:
Does someone have a better solution?
EDIT & SOLUTION
I tried on our server (with our smtp) and it worked with Blat. See the full code in my answer below.