how can i reply last received sms or mms
Just read the last msg id (number) and send a sms using messaging module to that number !
Best Regards,
Croozeus
Pankaj Nathani
www.croozeus.com
Before, you ask for an example :
Best Regards,Code:import inbox #Create an instance of the inbox i=inbox.Inbox() #Get the ID of the latest SMS id=i.sms_messages()[0] messaging.sms_send(id, u"Your reply here Mr. Eagle")
Croozeus
Pankaj Nathani
www.croozeus.com
there is nothing much more easier! That's what you need.
import my_wish
my_wish.go()
unfortunately my_wish module requires importing read_doc_first. This module can be found all over the forum or google