% Dim Program, Title, Receiver, Msg, ErrMsg, Button, ByteCount, Email, Subject, Body, From, Recipient, CarbonCopy, SMTPServer Program = "Contact.asp" Title = "Contact the Soap Guy" Receiver = "the Soap Guy" Msg = "Use this form to send us an Email" From = "FormsHandler@Web-Site-Builders.com" Recipient = "timlong@videotainments.com" CarbonCopy = "davidjames@netslinger.com" SMTPServer = "" ByteCount = Request.TotalBytes %>