{"id":37110452,"url":"https://github.com/fmorenovr/gomail","last_synced_at":"2026-01-14T13:07:49.464Z","repository":{"id":57551904,"uuid":"129002208","full_name":"fmorenovr/gomail","owner":"fmorenovr","description":"GoMail is a SMTP library implemented in golang.","archived":false,"fork":false,"pushed_at":"2019-08-19T17:40:02.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-03T00:06:59.933Z","etag":null,"topics":["go","go-smtp","golang","gomail","mail","smtp","smtp-client","smtp-go","smtp-mail"],"latest_commit_sha":null,"homepage":"https://godoc.org/github.com/fmorenovr/gomail","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/fmorenovr.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-04-10T22:28:35.000Z","updated_at":"2019-08-19T17:40:04.000Z","dependencies_parsed_at":"2022-09-20T12:43:28.897Z","dependency_job_id":null,"html_url":"https://github.com/fmorenovr/gomail","commit_stats":null,"previous_names":["jenazads/gomail"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fmorenovr/gomail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmorenovr%2Fgomail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmorenovr%2Fgomail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmorenovr%2Fgomail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmorenovr%2Fgomail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fmorenovr","download_url":"https://codeload.github.com/fmorenovr/gomail/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmorenovr%2Fgomail/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["go","go-smtp","golang","gomail","mail","smtp","smtp-client","smtp-go","smtp-mail"],"created_at":"2026-01-14T13:07:48.680Z","updated_at":"2026-01-14T13:07:49.452Z","avatar_url":"https://github.com/fmorenovr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# golang + Mail = GoMail (Gomail)\n\ngoMail (Golang for SMTP) is a Golang implementation for Simple Mail Transfer Protocol service.\nYou can see an extended doc in [godocs](https://godoc.org/github.com/fmorenovr/goMail).\n\n## SMTP\n\nSMTP is a protocol that you can send secure text messages trough the internet.  \nSee more info [here](https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol).\n\n## goMail\n\n* First, You should download my library:\n\n      go get github.com/fmorenovr/gomail/\n\n* Then, you should use for differents implements in Go.\n        \n    * First, Create a gomail object:\n    \n            gomailObject := gomail.NewGomail()\n  \n            // credentials\n            gomailObject.Set(\"Username\", \"aduncus@gomail.com\")\n            gomailObject.Set(\"Password\", \"********\")\n      \n            // servername\n            gomailObject.Set(\"Servername\", \"smtp.gmail.com:465\")\n            \n            // from\n            gomailObject.Set(\"From\", \"example@gomail.com\")\n            gomailObject.Set(\"From_name\", \"gomail Service\")\n\n            // to\n            gomailObject.Set(\"To\", \"person1@gomail.com\")\n            gomailObject.Set(\"To_name\", \"Person 1\")\n\t\n            // subject\n            gomailObject.Set(\"Subject\", \"This is the email subject\")\n\n            // body message\n            gomailObject.Set(\"BodyMessage\", \"This is the fabulous body message\\n\\nGood Luck!!\")\n    \n* Finally, send a message:\n        \n       err := gomailObject.SendMessage()\n       fmt.Println(\"Error: \", err)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmorenovr%2Fgomail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffmorenovr%2Fgomail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmorenovr%2Fgomail/lists"}