% ' 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 %>
![]() |
![]() |
|
||||||
|
Featured Items Stock Availability Who We Are Directions Request A Catalog Contact Us |
|||||||