MSLx Fanboy Posted August 28, 2005 Share Posted August 28, 2005 I helped write a program for someone a while back, and it doesn't seem to be working now, between all of the revisions we've made.Basically, when you start the program, you pass an argument (deutschland or polen), which configures the program.When it starts, it checks an email inbox, and is supposed to the decrypt the pdf file (if Encryption is set to true), and print it out.After that's done, it will go to another folder, encrypt the pdf file (if Encryption is set to true), and then use CDO.Message and send the file as an attachment.I've been working with this so long, I can't see where anything might be wrong... Required Files (.zip)The two exe's are the printing programs required by GetMail...shouldn't be necessary for testingget_sendmail.au3 Writing AutoIt scripts since _DateAdd("d", -2, _NowCalcDate()) Link to comment Share on other sites More sharing options...
/dev/null Posted August 28, 2005 Share Posted August 28, 2005 and what's the error? Cheers Kurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf * Link to comment Share on other sites More sharing options...
MSLx Fanboy Posted August 28, 2005 Author Share Posted August 28, 2005 None of the PDF files are being sent/recieved. The script how it is should work correctly (afaik, sn/pw are correct) Writing AutoIt scripts since _DateAdd("d", -2, _NowCalcDate()) Link to comment Share on other sites More sharing options...
/dev/null Posted August 28, 2005 Share Posted August 28, 2005 None of the PDF files are being sent/recieved. The script how it is should work correctly (afaik, sn/pw are correct)<{POST_SNAPBACK}>Hm.. can't see anything wrong. As I cannot test the script, I would recommend to run getmail in a DOS box and see what happens. If you did not change the script, it's likely that something else is the cause of the problem (POP3 Server, network connection, DNS, etc.)CheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf * Link to comment Share on other sites More sharing options...
MSLx Fanboy Posted August 28, 2005 Author Share Posted August 28, 2005 That's what I was thinking...I'll get with my 'partner in crime' to run some tests tomorrow... Writing AutoIt scripts since _DateAdd("d", -2, _NowCalcDate()) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now