{"id":13397563,"url":"https://github.com/zachlatta/postman","last_synced_at":"2025-04-12T23:36:41.804Z","repository":{"id":16325024,"uuid":"19074246","full_name":"zachlatta/postman","owner":"zachlatta","description":"CLI tool for batch-sending email via any SMTP server.","archived":false,"fork":false,"pushed_at":"2024-03-11T07:37:09.000Z","size":38,"stargazers_count":775,"open_issues_count":9,"forks_count":50,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-04-12T23:35:50.977Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zachlatta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2014-04-23T15:10:50.000Z","updated_at":"2025-04-07T12:19:57.000Z","dependencies_parsed_at":"2024-07-30T20:43:07.523Z","dependency_job_id":"28a08d43-fd3f-4aab-92eb-c5877606d433","html_url":"https://github.com/zachlatta/postman","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachlatta%2Fpostman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachlatta%2Fpostman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachlatta%2Fpostman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachlatta%2Fpostman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zachlatta","download_url":"https://codeload.github.com/zachlatta/postman/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647257,"owners_count":21139081,"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":[],"created_at":"2024-07-30T18:01:31.322Z","updated_at":"2025-04-12T23:36:41.771Z","avatar_url":"https://github.com/zachlatta.png","language":"Go","funding_links":[],"categories":["Go","Software Packages","软件包","Utilities","Other Software","軟件包"],"sub_categories":["Other Software","其他软件","Middlewares","Contents","其他軟件"],"readme":"# Postman\n\n\u003cimg src=\"https://cdn.rawgit.com/TheThirdOne/everything-sloths/master/svg/mail.svg\" width=\"130\" alt=\"Postman Icon\" align=\"right\"\u003e\nPostman is a CLI utility for batch-sending email through any SMTP server (so you can use Postman with your personal Gmail, Amazon SES, Sendgrid, or anything else you'd like).\n\n#### Features\n\n* Fast, templated, bulk emails\n* Reads template attributes from CSV\n* Works with any SMTP server\n\n##### Why this over `cat | sed | sendmail \u003c bcc distro_list`?\n\n* Supports both text and HTML parts in emails\n* All of the power of templates in Go (conditionals, etc)\n* Some SMTP providers will complain if there are too many emails in BCC\n  (generally \u003e1000)\n* Sends emails concurrently\n\n### Installation\n\n    $ go get github.com/zachlatta/postman\n\n### Usage\n\n    $ postman [flags]\n\n#### Example\n\n```\n$ postman -html template.html -text template.txt -csv recipients.csv \\\n    -sender \"Zaphod Beeblebrox \u003czaphod@beeblebrox.com\u003e\" \\\n    -subject \"Hello, World!\" -server smtp.beeblebrox.com -port 587 \\\n    -user zaphod -password Betelgeuse123\n```\n\ntemplate.html:\n\n```\n\u003ch1\u003eHello, {{.Name}}! You are a {{.Type}}\u003c/h1\u003e\n```\n\ntemplate.txt:\n\n```\nHello, {{.Name}}! You are a {{.Type}}.\n```\n\nrecipients.csv:\n\n```\nEmail,Name,Type\narthur@dent.com,Arthur Dent,Human\nford@prefect.com,Ford Prefect,Alien\nmartin@gpp.com,Martin,Robot\ntrillian@mcmillan.com,Trillian,Human\n```\n\nPlease check out (and contribute to) [the usage page on the\nwiki](https://github.com/zachlatta/postman/wiki/Usage) for more details.\n\n## License\n\n[tl;dr](https://tldrlegal.com/license/mit-license)\n\nThe MIT License (MIT)\n\nCopyright (c) 2014-2023 Zach Latta\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzachlatta%2Fpostman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzachlatta%2Fpostman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzachlatta%2Fpostman/lists"}