<% 'Declare Variables dim strAddress dim replyTo dim strSubject dim strText dim strName dim strMessage dim strDayPhone dim strNightPhone dim iConf dim Flds dim strSmartHost dim objMail dim itsReady dim strMortgage dim strStyle dim strHome itsReady = "" strAddress = Trim(Request.Form("user_email")) if strAddress <> "" then replyTo = cstr(strAddress) end if strName = Request.Form("user_name") strMessage = Request.Form("user_text") strAddress = Request.Form("user_email") strText = "E-mail from: " & strName & vbCrLf & "E-mail: " & strAddress & vbCrLf & "Message: " & strMessage if replyTo <> "" then itsReady = send_email() function send_email() Set objMail = CreateObject("CDO.Message") objMail.Subject = "Request Information - PinpointMarkets.com" objMail.From = "info@554ninth.com" objMail.To = "info@554ninth.com" objMail.TextBody = strText objMail.Send Set objMail = Nothing if err.number > 0 then Response.write "Errors were encountered in sending your message. "&_ "Please try again, or contact the webmaster" else %> <% end if end function %>
Contact:   Bob Szymkiewicz
(704) 517-7252
info@554ninth.com