On Thu, 2 Apr 2009 05:45:18 -0700 (PDT) guptha <gjango...@gmail.com> wrote:
> 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 You can always simply use the mail handling libraries available in python. I'm not familiar with sms sending facilities provided by Yahoo, but if it only requires sending a mail, you can simply use smtplib. -- kushal -- http://mail.python.org/mailman/listinfo/python-list