Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mailslurp/mailslurp-client-csharp-netstandard-2x
MailSlurp client .NET Standard 2.1
https://github.com/mailslurp/mailslurp-client-csharp-netstandard-2x
Last synced: 4 days ago
JSON representation
MailSlurp client .NET Standard 2.1
- Host: GitHub
- URL: https://github.com/mailslurp/mailslurp-client-csharp-netstandard-2x
- Owner: mailslurp
- License: mit
- Created: 2021-05-30T05:41:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T06:05:55.000Z (7 months ago)
- Last Synced: 2024-11-08T17:11:54.586Z (about 2 months ago)
- Language: C#
- Size: 4.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
README
# MailSlurp C\# Client .NET Standard 2.x
> Create real email addresses on demand. Send and receive emails and attachments from code and tests using CSharp (C# NET Standard 2.1).
MailSlurp is an email API service that lets you create real email addresses in code. You can then send and receive emails and attachments in C# applications and tests.
## Quick links
- [Method Documentation](https://github.com/mailslurp/mailslurp-client-csharp-netstandard-2x)
- [NuGet Package](https://www.nuget.org/packages/mailslurp_netstandard_2x/)
- [Code Examples](https://github.com/mailslurp/examples)
- [Github Source](https://github.com/mailslurp/mailslurp-client-csharp-netstandard-2x)### Tutorials
- [SpecFlow email integration test](https://www.mailslurp.com/examples/specflow-test-email-accounts/)
- [Selenium DotNet email tutorial](https://www.mailslurp.com/examples/test-emails-selenium-dotnet-csharp/)## Get started
This section describes how to get up and running with the CSharp client. The client targets `NET Standard 2.1` and greater. If you need a different target see the .NET Standard targets below or consider calling the [REST API](https://docs.mailslurp.com/api/).
- [.NET Core 2.1](https://github.com/mailslurp/mailslurp-client-csharp)
- [.NET Standard 2.1](https://github.com/mailslurp/mailslurp-client-csharp-netstandard-2x)See the method documentation for a [list of all functions](https://github.com/mailslurp/mailslurp-client-csharp-netstandard-2x)
### Install NuGet Package
MailSlurp's CSharp library is [hosted on NuGet](https://www.nuget.org/packages/mailslurp_netstandard_2x/).
#### With .NET CLI
```bash
dotnet add package mailslurp_netstandard_2x
dotnet restore
```