G_Floppy
11-09-2007, 11:22 AM
I have some batch processes that generate periodic HTML e-mail reports. I'd like to add a button, link, etc to the e-mail that would append a line of text to a file.
I assume this isn't easy to do from the client side (readers looking at the e-mail in Outlook).
However, we also have an Intranet that runs ASP 2.0 (all on the same network that has the file I'm trying to alter). My thought is to have a link in the e-mail to an ASP script that adds the text.
The text needs to vary by link, so some value would need to be passed to the script.
Can someone help get me started? I'm very new to the ASP world.
Thanks in advance!
Greg
I assume this isn't easy to do from the client side (readers looking at the e-mail in Outlook).
However, we also have an Intranet that runs ASP 2.0 (all on the same network that has the file I'm trying to alter). My thought is to have a link in the e-mail to an ASP script that adds the text.
The text needs to vary by link, so some value would need to be passed to the script.
Can someone help get me started? I'm very new to the ASP world.
Thanks in advance!
Greg