Game Development Community

Sending message to a mobile

by TigerHeros · in Torque 3D Professional · 03/12/2010 (12:34 am) · 1 replies

How to send message to a mobile using torque application? What are the basic components needed for this?

Can anyone help me on this?

#1
03/30/2010 (5:00 am)
You can try using an http object with mailto: but haven't tried it, so don't know for sure.

Technically that should work since a text is just a 160 character email message with the "@blahblah.com" hidden.

A quick google search will provide the "@blahblah.com" for most providers.