anandakumarr / mailsend

Automatically exported from code.google.com/p/mailsend
Other
0 stars 0 forks source link

send error #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I use this program on another op syst. two months.
2. Now I install other computer and not work.
3. What is the problem?

What is the expected output? What do you see instead?
mailsend1.17b14

What version of the product are you using? On what operating system?
Windows server 2012 R2

Please provide any additional information below.

I use:
decla.:
#import "shell32.dll"
   int ShellExecuteA(int hWnd,string lpVerb,string lpFile,string lpParameters,string lpDirectory,int nCmdShow); 
#import

send:
int res = ShellExecuteA(NULL, "open", "mailsend1.17b14.exe", 
MailSendString,"",SW_HIDE);

Not run the program, not write the log file.

AND I do not write In the Bithub...

Original issue reported on code.google.com by csepcsen...@gmail.com on 15 Jan 2014 at 10:27

GoogleCodeExporter commented 9 years ago
what is the value of res? If it is <= 32, then there is an error and you should 
see what that error code means.

Thanks.

Original comment by muq...@gmail.com on 16 Jan 2014 at 5:04

GoogleCodeExporter commented 9 years ago
res is 2.

ERR_COMMON_ERROR 2 Common error. 

What is it?
What is happening?

Thanks

Original comment by csepcsen...@gmail.com on 16 Jan 2014 at 8:36

GoogleCodeExporter commented 9 years ago
the mailsend1.17b14.exe copy to C:\Windows\System32 directory on the server.
This is a VPS provider.

it gives code 2 if it can not reach the file

Thanks

Original comment by csepcsen...@gmail.com on 16 Jan 2014 at 8:54

GoogleCodeExporter commented 9 years ago
Moguit, have you idea?

Original comment by csepcsen...@gmail.com on 20 Jan 2014 at 10:15