Any library to bind python with Yahoo mail service

Kushal Kumaran kushal.kumaran at gmail.com
Thu Apr 2 10:05:15 EDT 2009


On Thu, 2 Apr 2009 05:45:18 -0700 (PDT)
guptha <gjango.py at 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




More information about the Python-list mailing list