Hi, Is it possible, using System.Net.Mail, to send a e-mail from a webpage? Something like the "classic" asp CDO: .... Set .Configuration = iConf .To = xxxx .From = xxxx .Subject = xxxx .CreateMHTMLBody "http:\\www......" .... I can workaround the CreateMHTMLBody by making a webrequest to the page that i want to send but, isn't there a more simpler way? Helder Oliveira