This may seem like a simple question, but I need to know when it is safe to delete files from my local folder that were attached to an eMail. I am using Classic ASP's cdo.Message object. This method works great for sending the eMails, but since I upload all attachment files to a particular folder on my web server's file system, I have run into a problem where there many files out there from all the eMails I've sent over the years and I realized I need to be able to delete them once the eMails have been successfully sent.
That's where the problem is. How do I know that the 'smtpserver' has finished? The call to send the eMail will take a very short time, but the actual process will take much longer (the files have to be fetched for each recipient in the eMail addresses, system time needed to actually do it, etc.).
Thanks in advance,
Jerry
Jerry Scannell
That's where the problem is. How do I know that the 'smtpserver' has finished? The call to send the eMail will take a very short time, but the actual process will take much longer (the files have to be fetched for each recipient in the eMail addresses, system time needed to actually do it, etc.).
Thanks in advance,
Jerry
Jerry Scannell