Can anyone write a batch file that opens outlook and creates an email then sends it to an address specified in the batch file. Also i will need to add a subject and body.
This opens it and adds a subject but doesnt send it.
Code:
START mailto:[email protected]?subject=Test%%20messageˆ&[email protected]ˆ&body=Hi,%%0D%%0A%%0D%%0AThis%%20is%%20an%%20automatically%%20created%%20message.%%0D%%0A%%0D%%0ABye
This opens it and adds a subject but doesnt send it.