<% ' change to address of your own SMTP server strHost = "localhost" If Request("Send") <> "" Then Set Mail = Server.CreateObject("Persits.MailSender") ' enter valid SMTP host Mail.Host = strHost Mail.From = Request("FromEmail") ' From address Mail.FromName = Request("FromName") ' optional Mail.AddAddress "pleasantrunnursery@verizon.net" ' message subject Mail.Subject = "Contact Us" ' message body Mail.IsHTML = True HTML = "" HTML = HTML & "Message From Website User " HTML = HTML & "From: " & Request("FromName") &"

" HTML = HTML & "Email Address:" & Request("FromEmail") &"

" HTML = HTML & "Comments: " & Request("Comments") &"

" HTML = HTML & "" strErr = "" bSuccess = False On Error Resume Next ' catch errors Mail.Body = HTML Mail.Send ' send message If Err <> 0 Then ' error occurred strErr = Err.Description else bSuccess = True End If End If %> Pleasant Run Nursery












 

Contact Us

Pleasant Run Nursery, Inc
93 Ellisdale Road, PO Box 247
Allentown, New Jersey 08501

Tel: 609.259.8585
Fax: 609.259.6044

 

 
<% If strErr <> "" Then %> <% End If %> <% If bSuccess Then %> <% End If %> <% If bSuccess = False Then %> <% end if %>
Send Us An Email

Error occurred: <% = strErr %>

Success! Message sent.

Your Name:
Your Email Address:
Your Message:
 

 

 

 

 

Featured Items | Stock Availability | Who We Are | Directions | Request A Catalog | Contact Us