Hello!
Is it possible to put a sms message into the outbox folder
in order to let it sent automatically by the phone without
using following statement: messaging.sms_send(phoneNumber,text)???
Kind regards!
Hello!
Is it possible to put a sms message into the outbox folder
in order to let it sent automatically by the phone without
using following statement: messaging.sms_send(phoneNumber,text)???
Kind regards!
Gargi Das- http://gargidas.blogsot.com
Forum Nokia Python Wiki
Learn Python at http://mobapps.org/PyS60
You will have to work on your extensions for that. Here is a related thread that allows access to the outbox using the inbox module
Kandyfloss
V 7.0642.0
18-10-06
RH-51
Nokia 7610
Well thanks a lot - I tried to put a message into the output folder of the inbox but I did not suceed. I tried to use following code statement:
Can somebody help me??? Does symbian send the message if its inCode:import inbox i=inbox.Inbox( inbox.EOutbox )
the output folder???
hi freaky_911
u simply by moving a msg to outbox folder cant send it. if u want to send it u have to use the messaging module.
its a assumption plz give feedback .
thanx
Gargi Das- http://gargidas.blogsot.com
Forum Nokia Python Wiki
Learn Python at http://mobapps.org/PyS60