%
posted = request.form ("submit")
if posted = "Submit" then
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'' Customize the following 5 lines with your own information. ''
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
vtoaddress = "mdepew@csmsg.org" ' Change this to the email address you will be receiving your notices.
vmailhost = "mymail.brinkster.com" ' Change this to mail.yourDomain or leave as is.
vfromaddress = "mdepew@csmsg.org" ' Change this to the email address you will use to send and authenticate with.
vfrompwd = "password" ' Change this to the above email addresses password.
vsubject = "CSMSG Online Contact Form" 'Change this to your own email message subject.
'''''''''''''''''''''''''''''''''''''''''''
'' DO NOT CHANGE ANYTHING PAST THIS LINE ''
'''''''''''''''''''''''''''''''''''''''''''
vfromname = request.form ("TName")
vbody = request.form ("TBody")
vrplyto = request.form ("TEmail")
vmsgbody = vfromname &"
"& vrplyto &"
"& vbody
Set objEmail = Server.CreateObject("Persits.MailSender")
objEmail.Username = vfromaddress
objEmail.Password = vfrompwd
objEmail.Host = vmailhost
objEmail.From = vfromaddress
objEmail.AddAddress vtoaddress
objEmail.Subject = vsubject
objEmail.Body = vmsgbody
objEmail.IsHTML = True
objEmail.Send
vErr = Err.Description
if vErr <> "" then
response.write vErr & "
There was an error on this page."
else
response.write "Thank you, your message has been sent."
End If
Set objEmail = Nothing
response.write "Thank you, your message has been sent."
end if
%>

Welcome! Located in St. Louis, in the close-in suburb of Clayton, we are a parish made alive in Christ and celebrating this life through the Anglican liturgy and sacraments with vibrant preaching and teaching, and beautiful, traditional music. Ours is a welcoming community and we're extremely family-friendly.
The parish family is a lively mix of lifelong Episcopalians and members raised in a number of other denominations and religious traditions. We hope that if you haven't done so already, you'll join us soon!