{"id":20348494,"url":"https://github.com/onebeyond/onebeyond-studio-email-providers","last_synced_at":"2026-03-16T06:35:22.827Z","repository":{"id":64829936,"uuid":"578542608","full_name":"onebeyond/onebeyond-studio-email-providers","owner":"onebeyond","description":"email delivery provider libraries for obelisk","archived":false,"fork":false,"pushed_at":"2026-02-13T16:10:33.000Z","size":263,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-02-13T17:52:10.299Z","etag":null,"topics":["exchange","office365","sendgrid","smtp"],"latest_commit_sha":null,"homepage":"","language":"C#","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/onebeyond.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-12-15T09:57:52.000Z","updated_at":"2026-02-13T15:53:26.000Z","dependencies_parsed_at":"2023-09-23T00:26:48.391Z","dependency_job_id":"7a530974-863c-4ad4-b9f5-8e3d78405dde","html_url":"https://github.com/onebeyond/onebeyond-studio-email-providers","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/onebeyond/onebeyond-studio-email-providers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fonebeyond-studio-email-providers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fonebeyond-studio-email-providers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fonebeyond-studio-email-providers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fonebeyond-studio-email-providers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onebeyond","download_url":"https://codeload.github.com/onebeyond/onebeyond-studio-email-providers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fonebeyond-studio-email-providers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30570784,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-16T06:02:37.763Z","status":"ssl_error","status_checked_at":"2026-03-16T06:02:14.913Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["exchange","office365","sendgrid","smtp"],"created_at":"2024-11-14T22:20:50.980Z","updated_at":"2026-03-16T06:35:22.816Z","avatar_url":"https://github.com/onebeyond.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp\u003e\n  \u003ca href=\"https://one-beyond.com\"\u003e\n    \u003cimg src=\"Logo.png\" width=\"300\" alt=\"One Beyond\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n[![Nuget version](https://img.shields.io/nuget/v/OneBeyond.Studio.EmailProviders.Domain?style=plastic)](https://www.nuget.org/packages/OneBeyond.Studio.EmailProviders.Domain)\n[![Nuget downloads](https://img.shields.io/nuget/dt/OneBeyond.Studio.EmailProviders.Domain?style=plastic)](https://www.nuget.org/packages/OneBeyond.Studio.EmailProviders.Domain)\n[![License](https://img.shields.io/github/license/OneBeyond/onebeyond-studio-email-providers?style=plastic)](LICENSE)\n[![Maintainability](https://api.codeclimate.com/v1/badges/60e9e03f64f5f9368561/maintainability)](https://codeclimate.com/github/onebeyond/onebeyond-studio-email-providers/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/60e9e03f64f5f9368561/test_coverage)](https://codeclimate.com/github/onebeyond/onebeyond-studio-email-providers/test_coverage)\n\n# Introduction\nOn Beyond Studio Email Providers is a set of .NET libraries that helps you to abstract send e-mail logic in your application.\nAt this moment, we support the following types of e-mail providers:\n- [Folder](https://www.nuget.org/packages/OneBeyond.Studio.EmailProviders.Folder)\n- [SendGrid](https://www.nuget.org/packages/OneBeyond.Studio.EmailProviders.SendGrid)\n- [SMTP](https://www.nuget.org/packages/OneBeyond.Studio.EmailProviders.Smtp)\n- [Graph](https://www.nuget.org/packages/OneBeyond.Studio.EmailProviders.Graph)\n- [Office365](https://www.nuget.org/packages/OneBeyond.Studio.EmailProviders.Office365)\n- [Exchange](https://www.nuget.org/packages/OneBeyond.Studio.EmailProviders.Exchange)\n\n### Supported .NET version:\n\n10.0\n\n### Installation\n\nThe library that contains IEmailSender abstraction:\n\n`dotnet new install OneBeyond.Studio.EmailProviders.Domain`\n\nLibraries that contain particular implementation of IEmailSender (depending on your needs):\n\n`dotnet new install OneBeyond.Studio.EmailProviders.Folder`\n\n`dotnet new install OneBeyond.Studio.EmailProviders.SendGrid`\n\n`dotnet new install OneBeyond.Studio.EmailProviders.Smtp`\n\n`dotnet new install OneBeyond.Studio.EmailProviders.Graph`\n\n`dotnet new install OneBeyond.Studio.EmailProviders.Office365`\n\n`dotnet new install OneBeyond.Studio.EmailProviders.Exchange`\n\n### Documentation\n\nFor more detailed documentation, please refer to our [Wiki](https://github.com/onebeyond/onebeyond-studio-email-providers/wiki)\n\n### Contributing\n\nIf you want to contribute, we are currently accepting PRs and/or proposals/discussions in the issue tracker.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonebeyond%2Fonebeyond-studio-email-providers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonebeyond%2Fonebeyond-studio-email-providers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonebeyond%2Fonebeyond-studio-email-providers/lists"}