Hello everybody, I am trying to send an e-mail without using outlook, I use command lines. The thing is I am new to this and I don't know how to send an e-mail. I can compose one like this: START mailto:test@test.com?subject=subject^&body=text One can use this statement in a .bat-file, for example: @echo off START mailto:test@test.com?subject=subject^&body=text I hope somebody can help me?? I know there are commercial software who can handle the job, but I want to do it myself or freeware... Thanks in advance! Remco