<% function send_email(email_to,email_bcc,email_from,email_from_name,email_subject,email_html_body) dim mailman dim email set mailman = Server.CreateObject("ChilkatMail2.ChilkatMailMan2") mailman.UnlockComponent "AKoraNetMAILQ_3M0EBLez5dYY" mailman.SmtpHost = "sydney.kora.net.au" 'mailman.SmtpHost = "mail.bigpond.com" set email = Server.CreateObject("ChilkatMail2.ChilkatEmail2") email.AddTo "", email_to email.AddBcc "",email_bcc ' Enter the sender's information email.FromName = email_from_name email.FromAddress = email_from ' Enter the email subject email.Subject = email_subject email.SetHtmlBody (email_html_body) if mailman.SendEmail(email) then 'Response.write "Message sent successfully!

" else 'Response.write mailman.LastErrorHtml end if Set email = Nothing Set mailman = Nothing end function if request("action")="submit_enquiry" then email_string="" email_string=email_string & "Name: " & request("name") & "
" email_string=email_string & "Company: " & request("company") & "
" email_string=email_string & "Phone: " & request("phone") & "
" email_string=email_string & "Email: " & request("email") & "
" email_string=email_string & "Comments: " & request("comments") & "
" call send_email("alex@kora.net.au ","",request("email"),"Resellers Package Enquiry","Resellers Online Enquiry",email_string) end if %> <% client_id=35 sub write_web_log(description) Set t = Server.CreateObject("engine_dll.input") call t.write_to_web_log(Request.ServerVariables("http_user_agent"), Request.ServerVariables("remote_addr"), Request.ServerVariables("remote_host"), Request.ServerVariables("request_method"), Request.ServerVariables("server_name"), Request.ServerVariables("server_port"), Request.ServerVariables("server_software"), description, client_id,Request.ServerVariables("http_referer")) set t=nothing end sub write_web_log("Page: Resellers") %>
homeserviceshostingportfolioabout ussupportcontact usclient login


Resellers Package Deal
Website Hosting - Your clients’ site is hosted on our secure, Australian servers for 12 months (renewed annually), including their own domain name for 2 years.
Unlimited Email Accounts - Have as many as theirname@theirdomain.com email addresses as they wish and also access emails from any location using Kora Webmail.
Professional Artwork & Direction - Our expert graphic designers will liaise with your client directly to ensure they get exactly they want.
Database Manager - Expand their customer database through online sign-ups and promote new services through email and SMS* campaigns.*SMS broadcast rates are charged separately.
Content Management System - Our user-friendly CMS allows your clients to update and manage their own website text without any additional web-design costs.
Webstats - Detailed graphs and statistics allow clients to monitor their site visitors to assist with marketing and promotions.
Support - Comprehensive self-help directory and 24/7 helpdesk support for your clients throughout the development process and during their hosting term. Comprehensive self-help manuals and a constantly updated knowledgebase of useful business management, marketing and technical articles.
Additional Services We Offer
Flash Image Gallery - An online easy-to-use photo gallery. Integrates well with your website. Upload photos straight from your PC - from anywhere in the world. Professional output for you and your clients.
Application Development - If you need a specific application created, or if we have an existing application that meets your requirements, Kora can provide what you need- with the highest level of flexibility and customer service.
E-Commerce/ Shopping Carts - Provide your customers with an online form through which they can order merchandise, products or services from your business.

Let us add value to your client services.
If you have any questions at all about any of our products or services,
please contact us on the form below, and a consultant will be in touch with you within the next 24 hours.

<%if request("action")="submit_enquiry" then%>

Thankyou -- your information has been sent to us.
We will be in touch very shortly.

<%else%>

Name:

Company:

Email:

Phone:

Comments:

<%end if%>