|
 |
asp_cdo thread: Send a html email (the result of an asp page)
Message #1 by "Patrick Frenette" <patrick.frenette@s...> on Thu, 25 Oct 2001 15:42:16
|
|
Hi everyone,
I'm trying to find a way to set the htmlBody of my message as a result of
an ASP page
Basically the page should execute first, i need to get the String
containing the code, and then apply that string to my HTMLBODY field of
the message i want to send
Thanks
Patrick
Message #2 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Thu, 25 Oct 2001 16:04:16 +0100
|
|
do everything in the one ASP - in your ASP, instead of response.writing your
output, build it up into a string. Then set the body of your message to be
that string. if you use that same ASP elsewhere to actually display a page,
then simply take some sort of parameter that determines wether to display
the page or send it.
-----Original Message-----
From: Patrick Frenette [mailto:patrick.frenette@s...]
Sent: 25 October 2001 16:42
To: ASP CDO
Subject: [asp_cdo] Send a html email (the result of an asp page)
Hi everyone,
I'm trying to find a way to set the htmlBody of my message as a result of
an ASP page
Basically the page should execute first, i need to get the String
containing the code, and then apply that string to my HTMLBODY field of
the message i want to send
Thanks
Patrick
|
|
 |