Menu

More info regarding libgmail

Jassi
2009-05-06
2013-04-15
  • Jassi

    Jassi - 2009-05-06

    Hi,

    I would like to have more information about libgmail, & about the entire process of sending the SMS via Python.

    Thanks,
    Jaswinder

     
    • Ben Toews

      Ben Toews - 2009-06-22

      LibGmail is simply a Python module which interfaces with a Gmail account. It allows you to grab any information from the account (such as inbox contents) and lets you send messages. More information on LibGmail can be found at http://libgmail.sourceforge.net . Sending SMS from any computer program is extremely easy so long as the program has the ability to send email. All cell phone service providers have what is known as an SMS gateway which allows SMS to be sent via email. For example to send a message to the Verizon number 123-456-7899 you can simply send an email to 1234567899@vtext.com and Verizon will translate it into a text message. A fairly comprehensive list of cell phone service provider email gateways can be found on line 44 of OGSS v0.0.2. I hope this answers your question.

       

Log in to post a comment.