{"id":22015539,"url":"https://github.com/rafaelsouzaribeiro/send-email","last_synced_at":"2025-03-23T09:13:12.541Z","repository":{"id":240981651,"uuid":"803979894","full_name":"rafaelsouzaribeiro/send-email","owner":"rafaelsouzaribeiro","description":"Sending email with hotmail","archived":false,"fork":false,"pushed_at":"2024-05-21T21:09:15.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-22T19:49:17.030Z","etag":null,"topics":["email","golang","outlook","sendmail"],"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/rafaelsouzaribeiro.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":"2024-05-21T18:16:26.000Z","updated_at":"2024-06-19T13:19:35.243Z","dependencies_parsed_at":"2024-05-21T19:47:57.582Z","dependency_job_id":"8bfa1f0c-4d04-433a-92a2-108bcd568267","html_url":"https://github.com/rafaelsouzaribeiro/send-email","commit_stats":null,"previous_names":["rafaelsouzaribeiro/send-email"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelsouzaribeiro%2Fsend-email","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelsouzaribeiro%2Fsend-email/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelsouzaribeiro%2Fsend-email/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelsouzaribeiro%2Fsend-email/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafaelsouzaribeiro","download_url":"https://codeload.github.com/rafaelsouzaribeiro/send-email/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245078198,"owners_count":20557282,"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":["email","golang","outlook","sendmail"],"created_at":"2024-11-30T04:25:58.493Z","updated_at":"2025-03-23T09:13:12.520Z","avatar_url":"https://github.com/rafaelsouzaribeiro.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eHow to use?\u003c/h1\u003e\n\n```go\nloginauth \"github.com/rafaelsouzaribeiro/send-email/pkg/login-auth\"\n\nauth := loginauth.LoginAuth(\"email\", \"password\")\n\tsubject := \"Subject: Test Email from Go\\n\"\n\tbody := \"This is a test email message from Go.\\n\"\n\tmsg := []byte(subject + \"\\n\" + body)\n\n\terr := smtp.SendMail(\"smtp-mail.outlook.com:25\", auth, \"fromemail\", []string{\"rafaelribeirosouza86@hotmail.com\"}, msg)\n\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\n\tfmt.Println(\"Email successfully sent!\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelsouzaribeiro%2Fsend-email","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafaelsouzaribeiro%2Fsend-email","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelsouzaribeiro%2Fsend-email/lists"}