About Us

58888 Connect is a brand of TIL –Telecom. It is one single enterprise grade platform serving small and medium enterprise for your communication need through SMS or IVR. It helps you:

· Send Bulk Push Be it One-to-many or One-to-one, send bulk SMS in one go. Ability to upload files of various formats like .txt, .csv & .xls

· Schedule SMS Set schedule delivery on some future date & time

· Send Group SMS Group your contacts on specific criteria to do focused messaging

· Create SMS Template for repetitive messaging

· Check status of any campaign and access various reports for analysis through online MIS

Times Internet Ltd.

Indiatimes.com, the flagship brand of Times Internet Ltd., is the digital venture of India ’s largest media powerhouse Bennett Coleman & Co. Ltd (BCCL). It is the country’s largest news and entertainment portal. Indiatimes was launched in 1996 and was consequently spun off as a separate company, Times Internet Limited (TIL), in 1999 The portal began by providing online editions of the parent company’s print products and focused on building a community for Indians worldwide. From 2000, Indiatimes has concentrated on diversifying its revenue streams. Today, it has diversified into various businesses like telecom and mobile value-added services, e-commerce, online advertising, money remittance for NRIs and knowledge events. Indiatimes caters to a huge business and consumer base with a billion page views per month and over 15 million registered users for its Internet portal.

Indiatimes 58888

Indiatimes 58888 continues to be the market driver in value-added services (VAS) for mobile phones and landlines. 58888 is the first B2C super brand short code in India . 58888 not only offers a bouquet of SMS services like multimedia messaging, dating, chatting, astrology, news on mobile but also has quickly scoped out to other rich areas like GPRS and WAP. To include it recently launched a GPRS based application ‘Imobizo’, which is a first of its kind lifestyle portal on mobile. Also in the offing is the first VOICE portal in India with a bunch of voice-based services. 58888 is also the preferred partner with all service operators across India on both CDMA and GPRS phones, making it India ’s largest operator-agnostic mobile short code. 58888 already has a mobile supermarket with the largest offering of mobile content and services across SMS, VOICE, and WAP platforms that includes Astrology, News, Cricket, Bollywood, Ring tones, Jokes, Games, Contests, Subscriptions, Dating, Quiz, Polls, Stocks and more. 58888 has Global Partnerships for technology BVIT (Italy), CHIKKA (Philippines) and more…for B2C and B2B mobile VAS content.


 
   
 
Copyright © 2008 Times Internet Limited. All rights reserved.
This site is best viewed with Internet Explorer 6.0 or higher; Firefox 2.0 or higher at a minimum screen resolution of 1024x768
 

 


Runtime Error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>