Usando o .NET existe uma maneira simples de enviar email com o SmtpMail , vamos ao exemplo: O .aspx: <%@ Page Language="VB" AutoEventWireup="false" CodeFile="email.aspx.vb" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > < html xmlns = " http://www.w3.org/1999/xhtml" > < head id = "Head1" runat = "server" > < title >Envio de Email</ title > </ head > < body > < form id = "form1" runat = "server" > < p > < b >ENVIO DE EMAIL</ b ></ p > < p > < asp:Label ID = "lbSituacao" runat = "server" ></ asp:Label > </ p > ...
Desenvolvimento e Tecnologia da Informação