mattboy_slim
May 5th, 2003, 12:43 PM
OK, bear with me, as this may be a confusing post.
Right now we have an Access database that contains data pertaining to spam that has been caught by our spam software.
What I'm setting up is a web page that has all these records, and I would like to be able to "release" these messages from the server.
The database has a field that gives the .msg filename (EXAMPLE: B0000000273.MSG). These files are not contained within one folder, but rather a series of folders. Example of folder hierarchy:
quote:
--------------------------------------------------------------------------------
-->QUARANTINE
|------>0000
--|------>B0000000273.MSG
--|------>B0000000274.MSG
|------>0001
--|------>B0000005118.MSG
|------>0002
--|------>B0000006784.MSG
--------------------------------------------------------------------------------
So what I need is a link on my page that will somehow pass the "B0000000273.MSG" to an email component, which will search the folder "QUARANTINE" for "B0000000273.MSG" and if it finds it, then attach it to an email, and send it the recipient specified in the Access database.
I have to imagine that something like this has been done before, since I do not consider myself a visionary, as a matter of fact, I think of myself as quite the opposite.
My current page: (CAUTION: Profane language ahead)
http://www.rdi1.com/reporting/
Somebody please point me in the right direction.
Thanks,
Matt
Right now we have an Access database that contains data pertaining to spam that has been caught by our spam software.
What I'm setting up is a web page that has all these records, and I would like to be able to "release" these messages from the server.
The database has a field that gives the .msg filename (EXAMPLE: B0000000273.MSG). These files are not contained within one folder, but rather a series of folders. Example of folder hierarchy:
quote:
--------------------------------------------------------------------------------
-->QUARANTINE
|------>0000
--|------>B0000000273.MSG
--|------>B0000000274.MSG
|------>0001
--|------>B0000005118.MSG
|------>0002
--|------>B0000006784.MSG
--------------------------------------------------------------------------------
So what I need is a link on my page that will somehow pass the "B0000000273.MSG" to an email component, which will search the folder "QUARANTINE" for "B0000000273.MSG" and if it finds it, then attach it to an email, and send it the recipient specified in the Access database.
I have to imagine that something like this has been done before, since I do not consider myself a visionary, as a matter of fact, I think of myself as quite the opposite.
My current page: (CAUTION: Profane language ahead)
http://www.rdi1.com/reporting/
Somebody please point me in the right direction.
Thanks,
Matt