<% ' change to address of your own SMTP server strHost = "outmail.paonline.com" If Request("Send") <> "" Then Set Mail = Server.CreateObject("Persits.MailSender") ' enter valid SMTP host Mail.Host = strHost Mail.From = Request("From") ' From address, you could hard code this Mail.FromName = Request("FromName") ' optional Mail.AddAddress Request("To") ' message subject Mail.Subject = Request("Subject") ' message body Mail.Body = Request("Body") strErr = "" bSuccess = False On Error Resume Next ' catch errors Mail.Send ' send message If Err <> 0 Then ' error occurred strErr = Err.Description else bSuccess = True End If End If %> Susquehanna Web Email Contact Form

Fill in the blanks with the appropriate information, and click the Send Message Button.

<% If strErr <> "" Then %>

Error occurred: <% = strErr %>

<% End If %><% If bSuccess Then %>

Success! Message sent to <% = Request("To") %>.

<% End If %>
Your email address: enter your email address or you will not get a reply! __
Your name :
To: don't change this or we won't get your message
Subject:
Body: