Hi,
I have an asp page that I would like to evaluate and then email to a
mailing list. Is this possible?
Thanks, Steve Brixner.
Rick Strahl [MVP] - 31 Oct 2005 09:24 GMT
Hi Steven,
Yup possible with a little work. I wrote about this a while back:
http://west-wind.com/weblog/posts/481.aspx
Doesn't talk about email per se, but talks about capturing Page output which
you can then email if you choose.
+++ Rick ---

Signature
Rick Strahl
West Wind Technologies
www.west-wind.com
www.west-wind.com/weblog
> Hi,
>
> I have an asp page that I would like to evaluate and then email to a
> mailing list. Is this possible?
>
> Thanks, Steve Brixner.
Steve C. Orr [MVP, MCSD] - 31 Oct 2005 18:59 GMT
To send email you can use the system.web.mail namespace.
Here are some examples:
http://aspnet.4guysfromrolla.com/articles/091102-1.aspx
http://authors.aspalliance.com/stevesmith/articles/dotnetemailwebsite.asp

Signature
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
> Hi,
>
> I have an asp page that I would like to evaluate and then email to a
> mailing list. Is this possible?
>
> Thanks, Steve Brixner.