<% ' change to address of your own SMTP server strHost = "127.0.0.1" If Request("Send") <> "" Then Set Mail = Server.CreateObject("Persits.MailSender") ' enter valid SMTP host Mail.Host = "127.0.0.1" Mail.From = Request("From") ' From address Mail.FromName = Request("FromName") ' optional Mail.AddAddress "dorrek@paradise.net.nz" ' 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 Us

GROUNDBREAKERS LANDSCAPING

Design     Construction     Planting
Contact us
Contact us to arrange a consultation

Mobile:027 213 0362
Telephone: 04 934 2441
Email: todd@landscape.net.nz
<% If strErr <> "" Then %>

Error occurred: <% = strErr %> <% End If %> <% If bSuccess Then %> Success! Message sent to <% = Request("To") %>. <% End If %>
From (Enter your email address):
From (Optional, enter your name):
Subject:
Body:


Services
We provide a wide range of services click on the link to check out what we can do to transform your garden
Gallery
Don't forget to check out the gallery for work that we have done for our many satisfied clients
Want to know more?
If you want to know more about us take a little look at Groundbreakers Landscaping history
home >>
Groundbreakers Landscaping © 2008