Re: [Users] send mms via sms port 1981

2006-06-07 Thread Paul Bagyenda
The send mms port doesn't understand standard form encoding. It expects the entire body to be a MMS message (or text, or some other content type), and the from, to, etc to be passed as URL GET parameters. So, you'd need to use a scripting language like Perl/ Python to get this behaviour.

Re: [Users] POST Request to sendMMS port

2006-06-07 Thread Paul Bagyenda
hi, Mbuni doesn't understand URL parameters for the POST request. Perhaps it should. Essentially for POST, you need to have the entire body as the text you want to send, then the URL should be of the form http://localhost:13501/?username=mbunipassword=mbunifrom=xxxto=xxxsubject=xxx' then set the

Re: [Users] POST Request to sendMMS port

2006-06-07 Thread Allison Almeida
Thanks Paul. Now its working. Next phase...dlr-urlhehehe. Thanks again. []s Allison Almeida. 2006/6/7, Paul Bagyenda [EMAIL PROTECTED]: hi,Mbuni doesn't understand URL parameters for the POST request. Perhaps it should. Essentially for POST, you need to have the entire body as the text