{ "info": { "author": "GaboXandre", "author_email": "gabo.xandre@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "GXMAIL v1.1.6\n=============\n**WARNING: this is the unstable branch, probably broken... use the stable branch: 1.1.5. Or check the latest release.**\n\n*gxmail* is a simple smtp client designed to send emails from the linux command line.\nIt is particularly useful to use with bash scripts. \n*gxmail* supports multiple profiles (email accounts)\n\n# Features\n* smtp\n* multiple profiles\n* load email body from file\n* html support\n* batch mode to enable mailing lists\n* interactive mode\n* text file attachment\n\n\nUsage\n=====\n\n## Options\nThe following arguments are available\n```\n -h, --help show this help message and exit\n\n -p PROFILE, --profile PROFILE\n Select profile to be used.\n\n -to TO Receipient. You may include several email addresses\n separating them with a comma. DO NOT use spaces\n\n -s SUBJECT, --subject SUBJECT\n subject line.\n\n -m MESSAGE, --message MESSAGE\n Import email body from text file.\n\n -b BATCH, --batch BATCH\n Batch mode: get recepients from a text file.\n\n -html, --html HTML mode: send html formated content.\n\n -v, --version Prints version and exits program.\n \n -a ATTACHMENT, --attachment ATTACHMENT\n Send file attachment.\n \n```\n\n## Interactive Mode\n\nIf called without arguments, *gxmail* will run in interactive mode.\n\n## Batch mode \n\n [-b FILE.TXT --batch FILE.TXT]\nIn batch mode, *gxmail* will read a list recepients from a text file.\n*Notes:*\n* The file must be plain text and contain one email per line\n* *batch mode* is NOT compatible with *interactive mode*, you must provide arguments: to, subject, and message. Only the profile may be ommitted, in which case, the default profile is used.\n\n*Spam is illegal, and it means you are evil if you use this software for that purpose.*\n\n# Instalation Notes\n## Dependencies\n* python 2.7 o higher\n\n## Install\n\n* Copy *gxmail.py* to your desired application.\n* *gxmail* will store profiles in *~/.gxmail*, you will need to create this directory manually. And keep it empty, do **NOT** place *gxmail.py* inside it.\n\n```\nmkdir ~/.gxmail\n```\n\n* Make sure *gxmail.py* is executable\n\n```\nchmod +x /gxmail.py\n```\n\n* Run the script, you will be prompted to create your default profile.\n\n```\n./gxmail.py\n```\n\n# Profiles\n\n## First Run\nWhen you first run *gxmail.py* it will prompt you to create your default profile:\n```\n You don't have a profile set up yet. Let's do it now!\n Server -> smtp.mydomain.com\n Port -> 25\n Your email -> myemail@mydomain.com\n Your password -> myPa$$w0rd\n You are ready to send emails with your new profile!\n```\n## Profile Management\nEach profile is stored as a text file inside *~/.gxmail*\nYou can simply delete each file to remove a profile.\nIt is also posible to edit them with your favorite text editor, just remember to keep the structure:\n\n [\"Profilename\", \"server\", \"port\", \"email\", \"password\"]\n\nExample:\n\n [\"default\", \"smtp.mydomain.com\", \"25\", \"myemail@mydomain.com\", \"myPa$$w0rd\"]\n\n# License\n\nThis software is realeased under GPL3.\n\n# Contact\n\nemail: gabo.xandre@gmail.com\n\n# ChangeLog\nv1.1.0 \n* Add interactive mode\n\nv1.1.1 \n* Add batch mode, read recepients form text file\n\nv1.1.2 \n* Add support for html\n* Fixed bug on interactive profile selection\n\nv1.1.3\n* Adds *--version* flag\n* Fix 'text/plain' Mime-type\n\nv1.1.4\n* Fixed bug with relative paths\n\nv1.1.5\n* Working on attachments", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/GaboXandre/gxmail", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "gxmail", "package_url": "https://pypi.org/project/gxmail/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/gxmail/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/GaboXandre/gxmail" }, "release_url": "https://pypi.org/project/gxmail/1.1.6/", "requires_dist": null, "requires_python": null, "summary": "A simple smtp user agent designed to send emails from the linux command line.", "version": "1.1.6" }, "last_serial": 982178, "releases": { "1.1.6": [ { "comment_text": "", "digests": { "md5": "aeeaf4c03288b9d7c3506a6ba494f30b", "sha256": "090d5b82d578157f3ecb60c8c6c13adf4c59512b422dc624006e3fdcea855f90" }, "downloads": -1, "filename": "gxmail-1.1.6.tar.gz", "has_sig": false, "md5_digest": "aeeaf4c03288b9d7c3506a6ba494f30b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16604, "upload_time": "2014-01-27T00:37:48", "url": "https://files.pythonhosted.org/packages/b6/f1/38d1e5a7b107e43a06759ab67ffc26013bcb0d6fe35feeda4a081d46021e/gxmail-1.1.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "aeeaf4c03288b9d7c3506a6ba494f30b", "sha256": "090d5b82d578157f3ecb60c8c6c13adf4c59512b422dc624006e3fdcea855f90" }, "downloads": -1, "filename": "gxmail-1.1.6.tar.gz", "has_sig": false, "md5_digest": "aeeaf4c03288b9d7c3506a6ba494f30b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16604, "upload_time": "2014-01-27T00:37:48", "url": "https://files.pythonhosted.org/packages/b6/f1/38d1e5a7b107e43a06759ab67ffc26013bcb0d6fe35feeda4a081d46021e/gxmail-1.1.6.tar.gz" } ] }