{ "info": { "author": "Brandon Istenes", "author_email": "bistenes@socos.me", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: Apache Software License" ], "description": "emailsms\n===========\n\nModule for sending SMS via email SMS gateways. Requires an email account to\nsend from, and for the phone service provider of the recipient to be known.\n\nEmail SMS gateways are unreliable at best. This is not a suitable method for\nsending texts for any production use. This is, however, a free and easy way\nto prototype SMS-based services.\n\n\nUsage\n-----\n\n::\n\n >>> yahoo_smtp_server = \"smtp.mail.yahoo.com\"\n >>> import emailsms\n >>> import smtplib\n >>> from_address = 'foo@gmail.com\n >>> smtp = smtplib.SMTP(yahoo_smtp_server, 587)\n >>> smtp.starttls()\n >>> smtp.login(username, password)\n >>> smtp = emailsms.gmail_smtp(from_address, 'password')\n >>> emailsms.send(smtp, from_address, '0000000000', \"Hi it's me\", 'Verizon')\n >>> print emailsms.carriers\n\n\n\nContributing\n------------\n\nPull requests welcome!\nhttps://bitbucket.org/socos_me/emailsms\n\n\nAbout Socos\n-----------\n\nSocos LLC is the only organization currently taking naturalistic student experiences as the basis for\nassessments. The solution to improving education and the learning gap is to close the educational\nloop, and provide relevant feedback to educators and parents on what they can do in naturalistic\nsetting to improve life-outcomes. \n\nLearn more at http://www.socoslearning.com/", "description_content_type": null, "docs_url": null, "download_url": "https://bitbucket.org/socos_me/emailsms/get/0.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/socos_me/emailsms", "keywords": "sms,texting,phone,gateway,email", "license": "Apache License 2.0", "maintainer": null, "maintainer_email": null, "name": "emailsms", "package_url": "https://pypi.org/project/emailsms/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/emailsms/", "project_urls": { "Download": "https://bitbucket.org/socos_me/emailsms/get/0.2.tar.gz", "Homepage": "https://bitbucket.org/socos_me/emailsms" }, "release_url": "https://pypi.org/project/emailsms/0.2/", "requires_dist": null, "requires_python": null, "summary": "Send text messages using email SMS gateways.", "version": "0.2" }, "last_serial": 2162285, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "4ef17f32ce27a692b8caa6a86f345322", "sha256": "48bf8da52904394035b3a878ebd65d2704601988253f5d1832877635ecf5ba77" }, "downloads": -1, "filename": "emailsms-0.1.tar.gz", "has_sig": false, "md5_digest": "4ef17f32ce27a692b8caa6a86f345322", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4109, "upload_time": "2015-07-23T00:01:31", "url": "https://files.pythonhosted.org/packages/f4/44/210aa1f5f46158107ac5226d099f9da9f05e8c5151a4674bbdd397836cdc/emailsms-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "75b58c7ca35dfa7b068f1e25329f21ce", "sha256": "daa5f564728a840470a2f655ed0686fc05112f4ecf5f57ed54cf4593968019b0" }, "downloads": -1, "filename": "emailsms-0.2.tar.gz", "has_sig": false, "md5_digest": "75b58c7ca35dfa7b068f1e25329f21ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4155, "upload_time": "2016-06-11T17:17:18", "url": "https://files.pythonhosted.org/packages/cb/19/50a8b85010f2077830f69ae65f6b4b712b014a8d85f9c63125b65c4ef293/emailsms-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "75b58c7ca35dfa7b068f1e25329f21ce", "sha256": "daa5f564728a840470a2f655ed0686fc05112f4ecf5f57ed54cf4593968019b0" }, "downloads": -1, "filename": "emailsms-0.2.tar.gz", "has_sig": false, "md5_digest": "75b58c7ca35dfa7b068f1e25329f21ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4155, "upload_time": "2016-06-11T17:17:18", "url": "https://files.pythonhosted.org/packages/cb/19/50a8b85010f2077830f69ae65f6b4b712b014a8d85f9c63125b65c4ef293/emailsms-0.2.tar.gz" } ] }