{"id":16505106,"url":"https://github.com/aahnik/bulk-email-sender","last_synced_at":"2025-03-15T11:33:20.243Z","repository":{"id":45809518,"uuid":"269196181","full_name":"aahnik/bulk-email-sender","owner":"aahnik","description":"Send Templatized Dynamic Emails Automatically ","archived":false,"fork":false,"pushed_at":"2024-04-29T15:11:08.000Z","size":20547,"stargazers_count":95,"open_issues_count":2,"forks_count":41,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-27T01:11:08.263Z","etag":null,"topics":["aahnik","automailer","begginer-friendly","bulk-email","bulk-email-sender","custom-template","dynamic-email-send","easy-to-use","email","email-from-database","email-marketing","email-sender","email-template","hacktoberfest","python"],"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/aahnik.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}},"created_at":"2020-06-03T21:15:16.000Z","updated_at":"2025-02-22T21:40:54.000Z","dependencies_parsed_at":"2022-08-22T10:10:39.001Z","dependency_job_id":null,"html_url":"https://github.com/aahnik/bulk-email-sender","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aahnik%2Fbulk-email-sender","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aahnik%2Fbulk-email-sender/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aahnik%2Fbulk-email-sender/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aahnik%2Fbulk-email-sender/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aahnik","download_url":"https://codeload.github.com/aahnik/bulk-email-sender/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243725073,"owners_count":20337660,"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":["aahnik","automailer","begginer-friendly","bulk-email","bulk-email-sender","custom-template","dynamic-email-send","easy-to-use","email","email-from-database","email-marketing","email-sender","email-template","hacktoberfest","python"],"created_at":"2024-10-11T15:09:22.695Z","updated_at":"2025-03-15T11:33:19.774Z","avatar_url":"https://github.com/aahnik.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bulk-email-sender\n\n\nSend Templatized Dynamic Emails Automatically\n\n## What's New\n\n- You can send html mails. Just write `compose.html`.\n\n## Features\n\nThis is a simple program which does its work perfectly. Nothing more, nothing less\n\n1. Send dynamic emails with unlimited variables pulling data from a CSV file.\n2. Supports Markdown Formatting \u0026 embed links or images.\n3. Supports Attaching any kind of files.\n\n## Usage\n\n- Make sure you have Python installed in your system.\n- Download or Clone the repo and then move into the `automailer` directory.\n- Install all dependancies:\n  ```shell\n  pip install -r requirements.txt\n  ```\n- Write your email inside **`compose.md`** (supports markdown formatting)\n- You can use **variables** , prefix them with `$` sign.\n\n  \u003e Hi $NAME , you have Bill Rs. $price due for $months\n\n- Put your data inside `data.csv` file\n  *The line 1 ie headers must contain 'EMAIL' (uppercase) parameter*\n\n\n  ![csv_image](https://user-images.githubusercontent.com/66209958/103172846-715d0c00-487c-11eb-9419-9dceb4297e49.png)\n\n  *You can Export CSV file from Microsoft Office Excel, Libre Office, Google Sheets, SQL Database, or NoSQL Database*\n\n- You you want to put any attachments , put them in the `ATTACH` directory.\n- Create a file `.env` and put the following into it:\n\n  ```text\n  display_name=Mr.Bean\n  sender_email=your@example.com\n  password=12345\n  ```\n  Make sure to put real values, the above values are just an example.\n- **Do not put original email password.**\n  Create Gmail Account then turn on 2 step Verification, and then set up an [App Password](https://support.google.com/accounts/answer/185833?hl=en) for `automailer`.\n- All set up 👍 you are now READY TO GO . Run the `send.py` file:\n  ```shell\n  python3 send.py\n  ```\n- You will be asked to confirm the attachments in the `ATTACH` folder. Upon confirmation , the application will start sending emails.\n- You will receive a full success report after emails are sent.\n\n## Getting Help\n\nPlease report an issue or ask your question in the issues section of the repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faahnik%2Fbulk-email-sender","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faahnik%2Fbulk-email-sender","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faahnik%2Fbulk-email-sender/lists"}