{"id":30439954,"url":"https://github.com/keep94/mailmerge","last_synced_at":"2025-08-23T05:19:28.652Z","repository":{"id":307928516,"uuid":"1020231962","full_name":"keep94/mailmerge","owner":"keep94","description":"Mail merging using Gmail","archived":false,"fork":false,"pushed_at":"2025-08-03T03:23:28.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-03T05:26:40.589Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/keep94.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,"zenodo":null}},"created_at":"2025-07-15T14:43:17.000Z","updated_at":"2025-08-03T03:23:32.000Z","dependencies_parsed_at":"2025-08-03T05:36:46.947Z","dependency_job_id":null,"html_url":"https://github.com/keep94/mailmerge","commit_stats":null,"previous_names":["keep94/mailmerge"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/keep94/mailmerge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keep94%2Fmailmerge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keep94%2Fmailmerge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keep94%2Fmailmerge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keep94%2Fmailmerge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keep94","download_url":"https://codeload.github.com/keep94/mailmerge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keep94%2Fmailmerge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271745531,"owners_count":24813504,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-08-23T05:19:25.653Z","updated_at":"2025-08-23T05:19:28.637Z","avatar_url":"https://github.com/keep94.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mailmerge\n\nDoes mailmerge on gmail.\n\nThis program merges a text file that uses the Go template language with a\nCSV file. At a minimum, the CSV file must contain an \"email\" column and a\n\"name\" column.\n\nThis program expects a .mailmerge.yaml file to be in your $HOME directory.\nThe format of .mailmerge.yaml looks like this:\n\n```\nemailId: gamilId\npassword: app_password\n```\n\nRun the program like this:\n\n```\nmailmerge -template template.txt -csv data.csv -subject \"Your Email Subject\"\n```\n\ntemplate.txt may look like this:\n\n```\nDear {{.name}}:\n\nYour pet, {{.petname}} is due for a checkup.\n```\n\ndata.csv may look like this:\n\n```\nname,email,petname\nAlice,alice@gmail.com,Patches\nBob,bob@gmail.com,Rufus\n```\n\nAs the job runs, it prints to stdout the index, email address, and name for the email currently being sent.\n\n## Optional flags\n- The -dryrun flag sends no emails, but prints to stdout the emails that would be sent.\n- The -emails flag, if present, mail merges to the comma separated emails rather than the entire batch.\n- The -noemails flag, if present, mail merges to all emails except the comma separated emails. If the -emails flag is present, -noemails is ignored.\n- In case the program terminated early from an error, the -index flag can start the mailmerge job where it left off rather than at the beginning. e.g -index 3 starts the job at the email with index 3.\n- The -version flag shows the current version / build.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeep94%2Fmailmerge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeep94%2Fmailmerge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeep94%2Fmailmerge/lists"}