P
Peter Cresswell
Hi chaps!
I need to creat a confirmation email for an online shopping site. The email
needs to be in HTML and would have a lot of dynamic content in it relative
to the order that's just been placed.
I figured the easiest way to do this would be to create a webform that
recieves a URL parameter that contains the orderID, then builds the page and
populates it with the relevant info. Then I should just be able to rip out
the response to this web request into a string, right?
Well as far as I can see it's not that simple. I've spent the last day
playing about with streams from HttpWebResponse objects etc.... and haven't
got very far.
Has anybody else been able to do this? How do most people create dynamic
HTML emails?
Thanks in advance,
p-cresswell
I need to creat a confirmation email for an online shopping site. The email
needs to be in HTML and would have a lot of dynamic content in it relative
to the order that's just been placed.
I figured the easiest way to do this would be to create a webform that
recieves a URL parameter that contains the orderID, then builds the page and
populates it with the relevant info. Then I should just be able to rip out
the response to this web request into a string, right?
Well as far as I can see it's not that simple. I've spent the last day
playing about with streams from HttpWebResponse objects etc.... and haven't
got very far.
Has anybody else been able to do this? How do most people create dynamic
HTML emails?
Thanks in advance,
p-cresswell