
Our Business Address is:
Delvin Farms
Hank and Cindy Delvin
6290 McDaniel Road
College Grove, TN 37046
Hank Jr. and Elizabeth Delvin
6400 Delvin Farms Lane
College Grove, TN 37046
Fax: 615-395-4721
You can email us at:
Hank Jr: Hank@delvinfarms.com
Cindy or Hank Sr.: Cindy@delvinfarms.com
Liz: liz@delvinfarms.com
Amy: amy@delvinfarms.com
We would love to hear your comments or questions.
") End If If ContactUs_Name = "" Then IsError = "Yes" Response.Write("You did not enter a Name.
") End If If ContactUs_Subject = "" Then IsError = "Yes" Response.Write("You did not enter a Subject.
") End If If ContactUs_Body = "" Then IsError = "Yes" Response.Write("You did not enter a Body.
") End If End If ' If there were no input errors and the action of the form is "SendEMail" we send the email off If Action = "SendEmail" And IsError <> "Yes" Then Dim strBody ' Here we create a nice looking html body for the email strBody = strBody & "Contact Us Form submitted at " & Now() & vbCrLf & "
" strBody = strBody & "From http://" & Request.ServerVariables("HTTP_HOST") & vbCrLf & "
" strBody = strBody & "IP " & Request.ServerVariables("REMOTE_ADDR") & vbCrLf & "
" strBody = strBody & "Name" & " : " & " " & Replace(ContactUs_Name,vbCr,"
") & "
" strBody = strBody & "Email" & " : " & " " & Replace(ContactUs_Email,vbCr,"
") & "
" strBody = strBody & "Subject" & " : " & " " & Replace(ContactUs_Subject,vbCr,"
") & "
" strBody = strBody & "
" & Replace(ContactUs_Body,vbCr,"
") & "
" strBody = strBody & "" Dim ObjSendMail Set ObjSendMail = CreateObject("CDO.Message") 'This section provides the configuration information for the remote SMTP server. ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 'Send the message using the network (SMTP over the network). ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpserver") = smtpserver ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25 ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpusessl") = False 'Use SSL for the connection (True or False) ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout") = 60 'ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = 1 'basic (clear-text) authentication 'ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendusername") = youremail 'ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendpassword") = yourpassword ObjSendMail.Configuration.Fields.Update 'End remote SMTP server configuration section== ObjSendMail.To = youremail ObjSendMail.Subject = ContactUs_Subject ObjSendMail.From = ContactUs_Email ' we are sending a html email.. simply switch the comments around to send a text email instead ObjSendMail.HTMLBody = strBody 'ObjSendMail.TextBody = strBody ObjSendMail.Send Set ObjSendMail = Nothing ' change the success messages below to say or do whatever you like ' you could do a response.redirect or offer a hyperlink somewhere.. etc etc %> Thank you!
Thank you for contacting Delvin Farms. Your e-mail has been sent.
Your E-Mail Follows:
<% =Replace(ContactUs_Name,vbCr,"
") %>
<% =Replace(ContactUs_Email,vbCr,"
") %>
<% =Replace(ContactUs_Subject,vbCr,"
") %>
<% =Replace(ContactUs_Body,vbCr,"
") %> <% Else %> <% End If %>
Winter 2009 Signup forms are available now. Click here for our signup forms.
Looking for a speaking engagement and more information about our CSA and organic farm? We would be happy to come to your organizational meetings and share our presentation on the program and our organic farm. Typical organizations we share our story at include church groups, garden clubs, PTAs, community center meetings. If you would like to contact us for a speaking engagement email us at: cindy@delvinfarms.com. Our dates for presentations are filling up, so contact us early. Presentations are given from now til mid April.
Questions? Comments?
Feel free to email us at hank@delvinfarms.com



