N
NWx
Hi,
I want to send html mail from my asp net application.
But I'd like to let aspnet generate the HTML mailbody for me instead of
creating it myself.
So, is there any way to "capture" the result of a ASPX page to a string
variable instead of sending it to the client browser?
I want to assign this string to mailbody then, to send it by mail.
Also, how can I force the aspx to include full URL to resource instead of
just relative path?
Thank you
I want to send html mail from my asp net application.
But I'd like to let aspnet generate the HTML mailbody for me instead of
creating it myself.
So, is there any way to "capture" the result of a ASPX page to a string
variable instead of sending it to the client browser?
I want to assign this string to mailbody then, to send it by mail.
Also, how can I force the aspx to include full URL to resource instead of
just relative path?
Thank you