<% if Request("submit") <> "" then Dim objCDO Set objCDO = Server.CreateObject("CDO.Message") Dim objCDOConf Set objCDOConf = Server.CreateObject("CDO.Configuration") With objCDOConf.Fields .Item(cdoSendUsingMethod) = 2 .Item(cdoSMTPServer) = "mail-fwd" .Item(cdoSMTPServerPort) = 25 .Item(cdoSMTPconnectiontimeout) = 10 .Update End With Set objCDO.Configuration = objCDOConf ' Be sure to use a valid email addresses below: objCDO.From = "VolunteerForms@marignytrace.com" objCDO.To = "jace_cardon@marignytrace.com" objCDO.Subject = "FormMail from " & Request.ServerVariables("URL") objCDO.TextBody = "FormMail from " & Request.ServerVariables("URL") objCDO.TextBody = objCDO.TextBody & chr(10) & chr(13) objCDO.TextBody = objCDO.TextBody & "name: " objCDO.TextBody = objCDO.TextBody & Request("name") objCDO.TextBody = objCDO.TextBody & chr(10) & chr(13) objCDO.TextBody = objCDO.TextBody & "address: " objCDO.TextBody = objCDO.TextBody & Request("address") objCDO.TextBody = objCDO.TextBody & chr(10) & chr(13) objCDO.TextBody = objCDO.TextBody & "phone: " objCDO.TextBody = objCDO.TextBody & Request("phone") objCDO.TextBody = objCDO.TextBody & chr(10) & chr(13) objCDO.TextBody = objCDO.TextBody & "email: " objCDO.TextBody = objCDO.TextBody & Request("email") objCDO.TextBody = objCDO.TextBody & chr(10) & chr(13) objCDO.TextBody = objCDO.TextBody & "message: " objCDO.TextBody = objCDO.TextBody & Request("message") objCDO.TextBody = objCDO.TextBody & chr(10) & chr(13) objCDO.Send 'Clean-up Set objCDO = Nothing Set objCDOConf = Nothing ' Happy response. If you would rather, ' change the following to ' Response.Redirect "thanks.html" or similar Response.Write "Your Message has been sent. Thank you!" Response.End end if %>
">

MARIGNY TRACE PROPERTY OWNERS ASSOCIATION

VOLUNTEER FORM
A Great Neighborhood Is Built With Active Neighbors.
Tell Us How You're Willing To Help
.

Please enter your name:
Please enter your address:
Please enter your phone number:
Please enter your email address:
Tell us how you're will to help:
Thanks for being a great neighbor, MTPOA