<%@LANGUAGE="VBSCRIPT" CODEPAGE="CP_ACP"%> <% a = request.form("dn") b = request.form("un") c = request.form("pass") d = request.form("eid") e = request.Form("pfrm") response.write(a) response.write(b) response.write(c) response.write(d) response.write(e) %> <% sch = "http://schemas.microsoft.com/cdo/configuration/" Set cdoConfig = Server.CreateObject("CDO.Configuration") cdoConfig.Fields.Item(sch & "sendusing") = 2 cdoConfig.Fields.Item(sch & "smtpserver") = "localhost" cdoConfig.fields.update Set cdoMessage = Server.CreateObject("CDO.Message") Set cdoMessage.Configuration = cdoConfig cdoMessage.From = "sales@netsoftonline.com" cdoMessage.To = d cdoMessage.bcc = "call9843098340@msn.com" cdoMessage.Subject = "server set up information of your site " & a 'Place these before the mail.body. mail.mailFormat = 0 mail.bodyFormat = 0 html = "" html = html & "

                                                                                                                                                                                     " html = html & "                                                                                                              netsoftonline ®

" html = html & "

                                                                                                                                                                     …the future tradition

" html = html &"Dear Sir/Madam," html = html &"

We're pleased to provide you the server set up information of your site " & a & "

" html = html &"

Login info for CONTROL PANEL and FTP access

" html = html &"Control Panel                 : " html = html &"http://"& e &".netsoftonline.net

" html = html &"

Domain name                 : " & a & "

" html = html &"

User name                     : " & b & "

" html = html &"

Password                       : " & c & "

" html = html &"

Checking mails online   : http://webmail.netsoftonline.net

" html = html &"

Catch All Account

" html = html &"

Username                    :" html = html &" postmaster@"& a & "

" html = html &"

Password                     : " & c & "

" html = html &"

Outgoing mail server    : smtp.netsoftonline.com

" html = html &"

Incoming mail server    : netsoftonline.com

" html = html &"

        All files to be uploaded in /httpdocs and home page should be either index.html ,index.html or default.html

" html = html &"

For Mails, Stats, DSN Please refer control Panel

" html = html &"

For SQL ...

" html = html &"

Use Control Panel to Create the Database Name.. then use Query Analyzer or Enterprise Manager

" html = html &"

For more info please refer to help available in the controlpanel

" html = html &"

 

" html = html &"

Our Name Server Information

" html = html &"

NS1.NETSOFTONLINE.COM

" html = html &"

207.106.22.124

" html = html &"

NS2.NETSOFTONLINE.COM

" html = html &"

207.106.22.125

" html = html &"

NS1.NETSOFTONLINE.NET

" html = html &"

207.106.22.82

" html = html &"

NS1.NETSOFTONLINE.NET

" html = html &"

207.106.22.83

" html = html &"

DNS.NETSOFTONLINE.NET

" html = html &"

207.106.22.96

" html = html &"

DNS1.NETSOFTONLINE.NET

" html = html &"

207.106.22.97

" html = html &"

 

" html = html &"Please feel free to contact us for more queries ." html = html &"

Thanks

" html = html &"

Regards

" html = html &"

SALES TEAM

" html = html &"" html = html &"netsoftonline


" html = html &"" html = html & "

#377 Bharathiyar road, Coimbatore 641 044

" html = html & "

#5 Dr.Singaravelu Street, T Nagar, Chennai 600 017

" html = html & "Support:     Voice - 098430 98340 mail: support@netsoftonline.net 

" html = html & "This e-mail message may contain confidential, proprietary or legally privileged information. It should not be used by anyone who is not the original intended recipient. If you have erroneously received this message, please delete it immediately and notify the sender. The recipient acknowledges that netsoftonline " html = html & "®, are unable to exercise control or ensure or guarantee the integrity of/over the contents of the information contained in e-mail transmissions and further acknowledges that any views expressed in this message are those of the individual sender and no binding nature of the message shall be implied or assumed unless the sender does so expressly with due authority of netsoftonline" html = html & " ®" cdoMessage.TextBody = html cdoMessage.Send Set cdoMessage = Nothing Set cdoConfig = Nothing %>