Sat Mar 26, 2011 11:44 pm
<%@Page Explicit="False" Language="VB" Debug="True" %>
<%@Import Namespace="System.Web.Mail" %>
<%
Dim emailAddressTo As String = "[email protected]"
Dim emailAddressFrom As String = "[email protected]"
Dim emailSubject As String = "ASP Send Mail"
Dim emailContent As String = "Test email"
System.Web.Mail.SmtpMail.Send(emailAddressFrom , emailAddressTo , emailSubject , emailContent )
Response.Write ("email sent.")
%>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.