{"id":18637629,"url":"https://github.com/dutchcoders/smtpd","last_synced_at":"2025-04-11T10:30:37.869Z","repository":{"id":29265978,"uuid":"32798623","full_name":"dutchcoders/smtpd","owner":"dutchcoders","description":"SMTPD: simple smtpd library for Go","archived":false,"fork":false,"pushed_at":"2020-04-03T16:18:33.000Z","size":69,"stargazers_count":14,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-08-03T21:05:44.622Z","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":"blueperf/acmeair-monolithic-java","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dutchcoders.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}},"created_at":"2015-03-24T12:54:11.000Z","updated_at":"2023-08-03T21:05:44.622Z","dependencies_parsed_at":"2022-08-29T19:30:51.682Z","dependency_job_id":null,"html_url":"https://github.com/dutchcoders/smtpd","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fsmtpd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fsmtpd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fsmtpd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fsmtpd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dutchcoders","download_url":"https://codeload.github.com/dutchcoders/smtpd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223465939,"owners_count":17149761,"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-11-07T05:37:08.103Z","updated_at":"2024-11-07T05:37:08.874Z","avatar_url":"https://github.com/dutchcoders.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SMTPD \n\nSimple smtp server library for GO. Each received message will call the handler, which for example can upload the message to a webservice. (See example)\n\n## Implementation\n\n```\npackage main\n\nimport (\n        \"github.com/dutchcoders/smtpd\"\n        \"os\"\n        \"fmt\"\n)\n\nfunc main() {\n        smtpd.HandleFunc(func(msg smtpd.Message) error {\n                fmt.Printf(\"%#v\\n\", msg)\n                return nil\n        })\n\n        addr := fmt.Sprintf(\":%s\", os.Getenv(\"PORT\"))\n        smtpd.ListenAndServe(addr)\n}\n```\n\n## Contributions\n\nContributions are welcome.\n\n## Creators\n\n**Remco Verhoef**\n- \u003chttps://twitter.com/remco_verhoef\u003e\n- \u003chttps://twitter.com/dutchcoders\u003e\n\n## Copyright and license\n\nCode and documentation copyright 2011-2015 Remco Verhoef.\n\nCode released under [the MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Fsmtpd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdutchcoders%2Fsmtpd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Fsmtpd/lists"}