{"id":15197160,"url":"https://github.com/anthonyborriello/fast-python-mail","last_synced_at":"2026-01-31T12:35:29.894Z","repository":{"id":223881010,"uuid":"761802234","full_name":"anthonyborriello/Fast-Python-Mail","owner":"anthonyborriello","description":" Python script designed to swiftly send emails with attachments","archived":false,"fork":false,"pushed_at":"2024-11-10T19:46:18.000Z","size":110,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T21:43:21.561Z","etag":null,"topics":["attachments","iot","mail","python","raspberrypi","smtp","smtplib"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anthonyborriello.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-22T14:18:21.000Z","updated_at":"2025-02-16T14:56:11.000Z","dependencies_parsed_at":"2024-03-17T22:40:30.403Z","dependency_job_id":"164ba081-f941-49b2-8862-9fabc9c67652","html_url":"https://github.com/anthonyborriello/Fast-Python-Mail","commit_stats":{"total_commits":68,"total_committers":1,"mean_commits":68.0,"dds":0.0,"last_synced_commit":"1218ec94b5a5b053e4f35d610d75ca974bf2a7db"},"previous_names":["anthonyborriello/fast-python-mail"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonyborriello%2FFast-Python-Mail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonyborriello%2FFast-Python-Mail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonyborriello%2FFast-Python-Mail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonyborriello%2FFast-Python-Mail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anthonyborriello","download_url":"https://codeload.github.com/anthonyborriello/Fast-Python-Mail/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241577072,"owners_count":19984940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["attachments","iot","mail","python","raspberrypi","smtp","smtplib"],"created_at":"2024-09-28T00:43:25.342Z","updated_at":"2026-01-31T12:35:29.888Z","avatar_url":"https://github.com/anthonyborriello.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fast Python Mail (fpmail)\n\nFast Python Mail (fpmail) is a simple Python script designed to swiftly send emails with attachments. It offers a hassle-free solution for sending emails and is well-suited for non-commercial projects, making it ideal for personal or small-scale use.\n\n## Features\n\n- Effortlessly sends emails with attachments.\n- Simple and intuitive to use.\n- Customizable to suit your specific requirements.\n- Able to handle various providers.\n- Automatically configures itself on first run, prompting the user to input necessary information, and creates a JSON file (`config.json`) to store all configurations.\n- Allows selection of multiple files for sending attachments and enables navigation through the system's folders, starting from the home directory.\n\n## Usage\n\n1. **Download the Python file:**\n    ```bash\n   wget https://raw.githubusercontent.com/anthonyborriello/Fast-Python-Mail/main/fpmail.py\n    ```\n2. **Run the script:**\n    ```bash\n    python fpmail.py\n    ```\n**Nickname selection:**\n\nYou have the option to skip selecting a nickname.  \nIf left blank, the recipient will see your email address instead of a nickname in the email header.\n\n\n**To select multiple files for attachments:**\n\nWhen prompted, enter \"yes\" or \"y\" to attach files.\nYou will be prompted to navigate through the system's folders starting from the home directory.\nUse the numbers provided to select folders or files.\nTo select multiple files, you can enter numbers separated by spaces (e.g., \"1 3 5\").\nTo select a range of files, you can use hyphens (e.g., \"1-3\" selects files 1, 2, and 3).\nOnce you've selected all desired files, press Enter to proceed.\n\n**Common SMTP Servers:**\n\n- Gmail: `smtp.gmail.com` Port: 465 (SSL)  \n  *Requires an App Password for authentication.*\n- Hotmail/Outlook: `smtp.office365.com` Port: 587 (STARTTLS)  \n- Yahoo: `smtp.mail.yahoo.com` Port: 465 (SSL)  \n  *Requires an App Password for authentication.*\n- AOL: `smtp.aol.com` Port: 587 (STARTTLS)  \n  *Requires an App Password for authentication.*\n- iCloud: `smtp.mail.me.com` Port: 587 (STARTTLS)  \n  *Requires an App Password for authentication.*\n\n## Author\n\nAntonio Borriello [antonioborriello.wordpress.com](https://antonioborriello.wordpress.com)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n![fpmail](https://github.com/user-attachments/assets/6c1ea1c3-4b3a-4b8d-8f50-6c2c04706a0c)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonyborriello%2Ffast-python-mail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanthonyborriello%2Ffast-python-mail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonyborriello%2Ffast-python-mail/lists"}