Hello,
I am writing an application that will monitor a directory and when a new file is saved into that directory, it will open the file, extract the information needed and send an email with the information to the correct recipient. The program works great when I run it from the debugger (Visual C++ 2008) and all emails are sent, however when I attempt to run the *.exe file from the release folder, it appears to be doing the job (I get no errors) however the emails are never sent. I am so confused as to why it would work fine from the debugger, but not from the release folder, any suggestions?
Thank you for your time!
P.S. I am building and compiling in "release" mode
I am writing an application that will monitor a directory and when a new file is saved into that directory, it will open the file, extract the information needed and send an email with the information to the correct recipient. The program works great when I run it from the debugger (Visual C++ 2008) and all emails are sent, however when I attempt to run the *.exe file from the release folder, it appears to be doing the job (I get no errors) however the emails are never sent. I am so confused as to why it would work fine from the debugger, but not from the release folder, any suggestions?
Thank you for your time!
P.S. I am building and compiling in "release" mode
Comment