Sorry if its a repost...
But i'm trying to send a sms thru an email. fakesmsc works fine...
The thing i really don't get is how can i send the http???
What do i need? what is cgi-bin/sendsms in get-url? is that contrib/sendsms?
Can i do that with this?
<html>
<head>
<title></title>
</head>
<body>
<form name="temp" method="get" action="http://localhost:13013/empty.html">
<input type="text" name="to" value="+56456456" />
<textarea name="msg" rows="4" cols="20">
adiks
</textarea>
</form>
</body>
</html>
empty.html is just empty file... and set
get-url="http://localhost:13013/empty.html?to=%p&msg=%r"
can i do that not using the contrib/sendsms?
Thanks... more power to you guys and gals...