% bSuccess = False If Request("Send") <> "" Then Set Mail = Server.CreateObject("Persits.MailSender") Mail.Host = "smtp.gaston.cc.nc.us" Mail.From = Request("From") Mail.FromName = Request("FromName") Mail.AddAddress = "jones.betsy@gaston.cc.nc.us" Mail.Subject = "Start-A-Biz Contact Us Request" Mail.Body = Request("Body") bSuccess = False On Error Resume Next Mail.Send If Err <> 0 Then Response.Write "Error Encountered: " & Err.Description else bSuccess = True End If End If %>
|
|
|
|
|
|
If you have a question about any of the programs or services presented on this site, please feel free to contact us.
<% If bSuccess Then &>Information sent to Start-A-Biz
<% End If %>
This Web site is sponsored by the Gaston/Lincoln County Business Development Network, an affiliation of business service providers in Gaston and Lincoln Counties of North Carolina.
IMPORTANT!
Disclaimer: The information presented here is intended as a public service. Although efforts have been made to assure that the information is accurate and up-to-date, the user assumes all responsibility for the use of information provided. The sponsors of this Web site expressly disclaim any liability for the information provided herein.