
Remote control software for internet support is created and maintained by ATT labs.
The remote control computer program is tiny and has a small foot print. It's
very versatile and unique in that both the named viewer and server portion could
each initiate a desktop remote control session program.
This feature makes the software attractive for on-demand pc remote control software
for online remote support on the web. This feature is very uncommon as most pc remote control software programs has one
piece that initiates a network session and the other components is listening for the
connection.
on-demand remote desktop control is simply and efficiently achieved by having
the server component download to a remote desktop computer for support and
automatically connect to the listening viewer. The online remote control
session is immediately active online.
On-demand remote pc access for remote control support is quickly and efficiently
accomplished via an automatic download of pc remote access control software online on the web.

<?phpp
#======================================================================#
# EDIT THIS PART --- +++ #
#======================================================================#
$to="remotes4@4remotesupport.com";
$from="somebody@somedomain.com";
$subject="Test Mail";
$body="Hi,
this is a test .. please ignore..
";
#======================================================================#
# Do not Edit #
#======================================================================#
$headers = "From: $from\n";
$headers .="Reply-To: $from\n";
if (mail($to, $subject, $body, $headers))
{
echo("<br><h2>Mail successfully sent..</h2><br>Thank you :)\n");
}
else
{
echo("<br><h1>Unable to send message!</h1> ");
}
?>