How to use python-mms to send mms

2010-02-01 Thread guptha
Ganesh Guptha -- http://mail.python.org/mailman/listinfo/python-list

Re: Any Python Module to send ring tones from PC to mobile via GSM modem

2010-02-01 Thread guptha
Hi,Tino Thanks for your reply, My PC is connected with cell phone (through data card) as a modem,and my OS is Ubuntu I have to send ring tones from my PC to any other cell phone by using connected cell phone as a modem (Your first case satisfy my need ) I think with pygsm, it is not possible to sen

Any Python Module to send ring tones from PC to mobile via GSM modem

2010-02-01 Thread guptha
Hi group, Is there any python module available which sends ring tones from our PC to mobile phone using GSM Modem. I googled in vain to find a solution .I can find few modules like pygsm ,singshotsms by which only sms is send .I could appreciate if some one helps me to find a way to send ring tone

Simple programme - Just want to know whether this is correct way of coding

2009-05-07 Thread guptha
Hi group, This is my first programme in python ,I need to know whether my code is in the right path of performance I wrote a code using multithreading to send mails FROM = 'com' SUBJECT = 'This is the subject' MSGBODY = 'This the body of the message ' MAILSERVER = 'mailcom' port = 25 use

Any library to bind python with Yahoo mail service

2009-04-02 Thread guptha
Hi friends, I came across libgmail library that can be used to bind python with Google Gmail's service .Likewise is there any library available to access the service of Yahoo mail from python code . I like to send sms from my application via Yahoo mail Service . Thanks -- http://mail.python.org/m

Re: Sending SMS using python script

2009-04-02 Thread guptha
On Apr 2, 12:41 pm, Matteo wrote: > I use a programme, written in Python, which sends sms through the sms > providers. You might want to have a look to the source code: > > http://www.moioli.net/Progetti___1/MoioSMS___Messaggi_GRATIS_da_Inter... Thanks for your reply Matteo It will be more helpfu

Sending SMS using python script

2009-04-01 Thread guptha
hi group, my application needs to send SMS occasionally to all the clients .Is there any library in python that supports in sending SMS. I like to conform few information i gathered in this regard. I can send SMS by two ways 1. Sending SMS using Email clients 2. Using sms gateway to send message