muquit / mailsend

A program to send mail via SMTP from command line
Other
296 stars 68 forks source link

mailsend is not recognized as an internal or external command #8

Closed muquit closed 10 years ago

muquit commented 10 years ago

From Bradley....@gmail.com on May 08, 2013 15:32:33

What steps will reproduce the problem? 1. open command prompt as admin

  1. type mailsend -h

What is the expected output? see the help file What do you see instead? "mailsend is not recognized as an internal or external command, operable program or command file

What version of the product are you using? mailsend1.17b11.exe On what operating system? w7 64 bit ultimate

I have copied mailsend1.17b11.exe to windows\system32 windows\syswow64. Also added as environment variable. Name mailsend, value C:\windows\system32 - didn't work. Value as C:\Windows\SysWOW64 didn't work either. Tried renaming mailsend1.17b11.exe to mailsend.exe. Also tried on another partition.

Original issue: http://code.google.com/p/mailsend/issues/detail?id=8

muquit commented 10 years ago

From Bradley....@gmail.com on May 08, 2013 12:36:01

solved it by creating C:\mailsend then typing cd C:\mailsend first in command prompt. I just hope this will work in a batch file as well.

muquit commented 10 years ago

From muq...@gmail.com on October 20, 2013 12:23:14

Status: Done