% if request.Form("action") = "send" Then dim mail as new System.Web.Mail.mailMessage mail.From = "info@mill-creek.net" mail.To = "christina@countreewiderealty.com" mail.Subject = "Customer Request from Web site" mail.Body = "Name: " & Request.Form("Name") & VBcrlf & "Day Phone: " & Request.Form("Day") & VBcrlf & "Evening Phone: " & Request.Form("Eve") & VBcrlf & "E-mail: " & Request.Form("Email") & VBcrlf & "Message: " & VBcrlf & Request.Form("Message") System.Web.Mail.smtpmail.smtpserver= "mail.penguix.net" System.Web.Mail.SmtpMail.Send(mail) End If %> <% If request.form("action") = "send" then %>
|
another Web site by www.4penny.net
|
another Web site by www.4penny.net