{"id":22945497,"url":"https://github.com/febytanzil/gomailer","last_synced_at":"2025-08-16T16:37:51.431Z","repository":{"id":57497951,"uuid":"157814424","full_name":"febytanzil/gomailer","owner":"febytanzil","description":"wrapper golang smtp email with reconnection","archived":false,"fork":false,"pushed_at":"2021-11-02T12:52:37.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-07T14:28:27.264Z","etag":null,"topics":["context","email","go","golang","mail","postmark","smtp"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/febytanzil.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":"2018-11-16T04:53:16.000Z","updated_at":"2020-09-17T03:24:26.000Z","dependencies_parsed_at":"2022-09-04T00:10:21.879Z","dependency_job_id":null,"html_url":"https://github.com/febytanzil/gomailer","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/febytanzil%2Fgomailer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/febytanzil%2Fgomailer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/febytanzil%2Fgomailer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/febytanzil%2Fgomailer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/febytanzil","download_url":"https://codeload.github.com/febytanzil/gomailer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246717058,"owners_count":20822557,"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":["context","email","go","golang","mail","postmark","smtp"],"created_at":"2024-12-14T14:33:14.419Z","updated_at":"2025-04-01T21:44:54.298Z","avatar_url":"https://github.com/febytanzil.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/febytanzil/gomailer.svg?branch=master)](https://travis-ci.com/febytanzil/gomailer)\n# gomailer\nwrapper golang email with automatic reconnection\n\n## Intentions \u0026 Features\n- Based on https://gopkg.in/gomail.v2\n- Auto reconnection broken pipe from SMTP server\n- Avoid too many login attempts because of redial \u0026 close\n- Unit-testable/ mock-able with gomock provided\n- Support Golang context\n- Support [Postmark](https://postmarkapp.com/developer/api/overview)\n\n## Usage\nExample is provided in `example/` folder/ package\n```\nc, _ := gomailer.NewClient(gomailer.Gomail, \u0026gomailer.Config{\n  Port:     587,\n  Host:     \"smtp.gmail.com\",\n  Email:    \"user@email.com\",\n  Password: \"user_password\",\n})\n  \nerr := c.Send(\u0026gomailer.Message{\n  Body:   \"body\" + t.String(),\n  Title:  \"test\",\n  SendTo: []string{\"receiver@mail.com\"},\n})\n```\n\n## Offline Contributors\n[erosaru](https://github.com/erosaru)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffebytanzil%2Fgomailer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffebytanzil%2Fgomailer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffebytanzil%2Fgomailer/lists"}