<% ' 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.AddAddress "rob@robwhitson.com" Mail.From = Request("From") ' From address Mail.FromName = Request("FromName") ' optional ' 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 %>
 
Contact



Robert Whitson
702-301-9055

 

Resume





Email:
Password:
Forgot your password?
 
home | portfolio | demo reel | contact
Robert Whitson © 2007 all rights reserved