PDA

View Full Version : send email


reiji
08-10-2004, 09:03 AM
How do I send the currently displayed page as an email from asp.net?

- reiji

diltonm
08-10-2004, 11:34 AM
Generally, you use ASP.NET to render a page dynamically right? So just use the .NET Framework's email classes to send the content that way. Is that what you're asking? To learn how to use the email classes, search Google for: "asp.net email" and click on the first link.