megasuperman
Programmer
I am trying to write a program that will send an e-mail at a certain time of the day every day to the same person
(I am going to use windows scheduler to call the program at a certain time of the day so the program is not resident at all times just counting)
I will be installing this on several different systems I am using it to tell me when a system has gone down (no longer recieve an e-mail from it)
I am using vbsendmail.dll with the sample sendmail and bulksendmail and got send mail works but only if you fill in the form and click send I tried making it automatic by making a module and define all fields
finally got it to compile and run without errors.. but now... it doesnt send everything looks right and it seems to take the right amount of time but no e-mail comes in
on the original sendmail that uses a form it has a status but since I am using a module it has no status so I have no idea what it is doing besides running.. no idea what is happening or what is missing
any ideas????
either on a way to get a status form to run from the module (module calls the form) or what could be missing
btw the smtp server it is sending through requires authentication (and vbsendmail.dll supports smtp auth)
Thanx for the Help
(I am going to use windows scheduler to call the program at a certain time of the day so the program is not resident at all times just counting)
I will be installing this on several different systems I am using it to tell me when a system has gone down (no longer recieve an e-mail from it)
I am using vbsendmail.dll with the sample sendmail and bulksendmail and got send mail works but only if you fill in the form and click send I tried making it automatic by making a module and define all fields
finally got it to compile and run without errors.. but now... it doesnt send everything looks right and it seems to take the right amount of time but no e-mail comes in
on the original sendmail that uses a form it has a status but since I am using a module it has no status so I have no idea what it is doing besides running.. no idea what is happening or what is missing
any ideas????
either on a way to get a status form to run from the module (module calls the form) or what could be missing
btw the smtp server it is sending through requires authentication (and vbsendmail.dll supports smtp auth)
Thanx for the Help