<% ' 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 "info@ipedsolutions.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 %>

 

 

OVERVIEW

SERVICES

CONTACT

 

CDI Las Vegas
880 Seven Hills Drive, Suite 180
Henderson, NV 89052

p. 702.932.8365

f. 702.932.8377

contact@lvcdi.com


CDI copyright 2007 © all rights reserved