President - Patricia Johnson '07
Vice President -Kristin Zimmer '07
<% myname = Request.Form("thename") frommail = Request.Form("formmailFrom") tomail = Request.Form("formmailTo") thesubject = Request.Form("subject") bodyofmail = Request.Form("emailtext") 'Send the results via email to someone Set smtp = server.CreateObject("CDONTS.NewMail") smtp.From = frommail smtp.To = tomail smtp.Subject = thesubject smtp.Body = "Name:" + myname + " " + bodyofmail smtp.Send Set smtp = Nothing %>
Cardinal logo was created by
Chad Hurn of RIT.
(wickstar00@yahoo.com)
