This is a .NET API wrapper for Silverpop Transact XML email sending.
Mustache Email Marketing dotNET API Library.
Implementation of Customer.io's write-only API for .NET.
C# client library and examples for using ElasticEmail API to send mail, manage contacts and other functions.
The Exchange Web Services (EWS) Managed API provides a .NET Framework interface to EWS in Exchange Online, Exchange Online as part of Office 365, and versions of Exchange starting with Exchange Server 2007 Service Pack 1 (SP1). You can use this version of the EWS Managed API to evaluate the library for your application needs, to compare it to directly using XML or the auto generated proxy library, and to create production-ready applications.
Provides a templated interface and implementation that makes tracing structured data easy via System.Diagnostics, using a fluent interface. Information is traced as StructuredData, with a message template, template values, and additional properties. Structured trace information is forwarded to an underlying TraceSource, which then sends to any configured TraceListeners, e.q. a Seq server. The interface can be used for easy integration with a dependency injection framework. Other Essential.Diagnostics packages extend the .NET Framework System.Diagnostics trace logging with additional trace listeners. Included are colored console (that allows custom formats), SQL database (including a tool to create tables), rolling file (with custom formats), rolling XML, email (per trace or batched), and an in-memory trace listener. The Essential.Diagnostics project also publishes structured data (semantic) tracing extensions and a fluent client library that includes easy encapsulation of activity and logical operation scopes, as well as abstractions and templated classes for a simpler logging API and support for dependency injection frameworks. See the project site on GitHub for examples and documentation.
Version 3 client library package for email verification service entities powered by emailhippo.com. This package contains domain entities for real time email verification services. Find out more about enterprise grade email address validation and get a free trial license key at https://www.emailhippo.com
Simple API wrapper for https://10minutemail.net/
FULL TensorFlow 1.15 for .NET with Keras. Build, train, checkpoint, execute models. Comparison with TensorFlowSharp: https://github.com/losttech/Gradient/#why-not-tensorflowsharp Comparison with TensorFlow.NET: https://github.com/losttech/Gradient/#why-not-tensorflow-net Allows building arbitrary machine learning models, training them, and loading and executing pre-trained models using the most popular machine learning framework out there: TensorFlow. All from your favorite comfy .NET language. Supports both CPU and GPU training (the later requires CUDA or a special build of TensorFlow). Provides access to full tf.keras and tf.contrib APIs, including estimators. This preview will expire. !!NOTE!! This version requires Python 3.x x64 to be installed with tensorflow or tensorflow-gpu 1.15. See the official installation instructions in https://www.tensorflow.org/install/ (ensure you are installing version 1.15 to avoid hard-to-debug issues). Please, report any issues to https://github.com/losttech/Gradient/issues For community support use https://stackoverflow.com/ with tags (must be all 3 together) tensorflow, gradient, and .net. For on-site/remote support for this preview email contact@losttech.software . More information in NuGet package release notes and at the project web page: https://github.com/losttech/Gradient .
Message Bus is a cloud-based platform for easily sending email at scale and with complete insight into your messaging traffic and how recipients are responding to it. All platform functions are available via REST API as well as the language-specific documentation, sample code, libraries, and/or compiled binaries contained in this SDK. Visit https://www.messagebus.com/documentation - for API documentation and link to sources. If you have questions not answered by the samples or the online documentation, please contact support@messagebus.com
MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. It also supports parsing of Unix mbox files. Unlike any other .NET MIME parser, MimeKit's parser does not need to parse string input nor does it use a TextReader. Instead, it parses raw byte streams, thus allowing it to better support undeclared 8bit text in headers as well as message bodies. It also means that MimeKit's parser is significantly faster than other .NET MIME parsers. MimeKit's parser also uses a real tokenizer when parsing the headers rather than regex or string.Split() like most other .NET MIME parsers. This means that MimeKit is much more RFC-compliant than any other .NET MIME parser out there, including the commercial implementations. In addition to having a far superior parser implementation, MimeKit's object tree is not a derivative of System.Net.Mail objects and thus does not suffer from System.Net.Mail's limitations. API documentation can be found on the web at http://www.mimekit.net/docs For those that need SMTP, POP3 or IMAP support, check out https://github.com/jstedfast/MailKit
This jQuery plugin makes simple clientside form validation trivial, while offering lots of option for customization. That makes a good choice if you’re building something new from scratch, but also when you’re trying to integrate it into an existing application with lots of existing markup. The plugin comes bundled with a useful set of validation methods, including URL and email validation, while providing an API to write your own methods. All bundled methods come with default error messages in english and translations into 32 languages. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/
Unofficial API Client Library for temp-mail.org in .NET Standard
LitmusClient is a c# wrapper for Litmus's Customer API. It is currently under development. It uses RestSharp (https://github.com/restsharp/RestSharp) to wrap Litmus's REST API. You will need your own Litmus account to use this library which you can get here: http://litmus.com/pricing
Zero-trust security for every web app. Protect MVC web apps and RESTful APIs with a multi-stage security pipeline that includes XSS detection, authentication, IP firewall, two-factor, activity/data authorization, account verification and suspension checks. Available for all major platforms including .NET Framework MVC/Web API, .NET Core and Service Stack. To get started Visit https://ASPSecurityKit.net/docs/getting-started/ This is the base platform-agnostic package. To get started You should also install one of the platform specific packages such as ASPSecurityKit.NetCore, ASPSecurityKit.NetFramework.Mvc, ASPSecurityKit.NetFramework.WebApi or ASPSecurityKit.ServiceStack. Additionally, ASPSecurityKit also provides drop-in source code packages for both API and MVC web apps giving you end-to-end implementation of commonly needed functionality including login, register, forgot password, account settings (change email/password), user management, permission management, administration (impersonation), localization, production-grade graceful error handling etc. To download these source code packages into your project, install ASPSecurityKit.Tools package if you haven't already and execute start-ask command in Visual Studio Package Manager Console. For more information, visit https://ASPSecurityKit.net/docs/source-packages/ Commonly Used Types: ASPSecurityKit.ISecurityPipeline ASPSecurityKit.IUserService
MimeKit is an Open Source library for creating and parsing MIME messages. It also supports parsing of Unix mbox files. The difference between MimeKit and MimeKitLite is that MimeKitLite lacks support for most cryptography features such as OpenPGP, S/MIME and DKIM. API documentation can be found on the web at http://www.mimekit.net/docs For those that need SMTP, POP3 or IMAP support, check out https://github.com/jstedfast/MailKit
FULL TensorFlow 2.5+ for .NET with Keras. Build, train, checkpoint, execute models. Samples: https://github.com/losttech/Gradient-Samples, https://github.com/losttech/YOLOv4, https://github.com/losttech/Siren Deep learning with .NET blog: https://ml.blogs.losttech.software/ Comparison with TensorFlowSharp: https://github.com/losttech/Gradient/#why-not-tensorflowsharp Comparison with TensorFlow.NET: https://github.com/losttech/Gradient/#why-not-tensorflow-net Allows building arbitrary machine learning models, training them, and loading and executing pre-trained models using the most popular machine learning framework out there: TensorFlow. All from your favorite comfy .NET language. Supports both CPU and GPU training (the later requires CUDA or a special build of TensorFlow). Provides access to full tf.keras, estimators and many more APIs. Free for non-commercial use. For licensing options see https://losttech.software/buy_gradient.html !!NOTE!! This version requires Python 3.x x64 to be installed with TensorFlow 2.5.x. See the official installation instructions in https://www.tensorflow.org/install/ (ensure you are installing version 2.5 to avoid hard-to-debug issues). Please, report any issues to https://github.com/losttech/Gradient/issues For community support use https://stackoverflow.com/ with tags (must be all 3 together) tensorflow, gradient, and .net. For support email contact@losttech.software . More information in NuGet package release notes and on the project web page: https://github.com/losttech/Gradient . TensorFlow, the TensorFlow logo and any related marks are trademarks of Google Inc.
Simplify SendGrid SMTP / REST v2 API Client for C# / .NET Standard
The ActiveCampaign API .NET wrapper.
Features of S22.Imap - Supports IMAP IDLE notifications - Supports IMAP over SSL/TLS - API designed to be very easy to use - Allows selectively fetching parts of mail messages - Inherently thread-safe - Well documented with lots of example code - Robust MIME parser, tested with 100.000+ mails - Supports various SASL authentication mechanisms including SCRAM-SHA-1 - Free to use in commercial and personal projects (MIT License) Please visit the website for example usage and details documentation.
IronPDF for .Net Core 2.x and 3.x allows developers to create, edit and extract PDF content within .Net Core Applications & Websites. The Iron PDF Core library takes the frustration out of generating PDF documents by not relying on proprietary APIs. "Html-To-Pdf" renders pixel-perfect PDFs from open standard document types: HTML, JS, CSS, JPG, PNG, GIF, and SVG. In short, it uses skills that developers already posses. Key features include: * "Html-To-Pdf" creates PDF files from HTML, CSS, JavaScript, and Images. * "Url-To-Pdf" generates PDFs from existing html pages by simply providing their URL. * "Image-To-PDF" creates PDF documents from image files. * PDF to Image functionality can render PDF documents to image files. * Extract text and images from existing PDFs. * Create, Fill and read data from PDF forms. * Merge, Split and Manipulate PDFs to edit PDF structure and content. * Add Page Numbers, Headers, Footers, Watermarks, Tables, Text and Image Assets. * Edit, Stamp and Watermark PDF files with text, images and HTML * Apply HTML or PDF backgrounds to PDF pages * Sign PDF files with digital certificates IronPDF can be used within ASP.NET projects, MVC, Web Services, Console & Desktop Applications. Requires .Net Core 2.x, 3.x or higher. Supports Windows, Ubuntu, Debian, CentOS, BSD, MacOS and Azure platforms. Licensing & Support available for commercial deployments. For code examples, documentation & more visit http://ironpdf.com For support please email us at developers@ironsoftware.com
Version 3 client library package for email verification service powered by emailhippo.com. This package contains client service for real time email verification services. Find out more about enterprise grade email address validation and get a free trial license key at https://www.emailhippo.com
Classes that provide a common interface for sending email with smtp or popular email apis including SendGrid, Mailgun, and ElasticEmail
Verifalia offers a simple HTTPS-based API that validates email addresses and determines whether they can receive emails, delivering fast and accurate results. This library makes it easy to integrate with Verifalia and verify email addresses in real-time.
This library contains some Asp.Net Core common services abstraction, such as SMS sender, Email sender and App message push and so on. The ApiInvoker as the default implementation by invoking RESTfull API.
.NET Marketing Automation Strongly-Typed API via Ontraport
Retrieve email from server by POP3/IMAP4/EWS/Graph API/Gmail Rest API protocols and parse email in C#, VB, ASP.NET, Managed C++ or other .NET environment applications. SSL/TLS, S/MIME, Gmail OAUTH are supported.
GroupDocs.Annotation for .NET is a lightweight but powerful API that offers a wide range of graphics, text, and watermark annotations. Apply annotations to a document and export the result into the desired format. Annotate PDF, DOCX/DOC, PPTX/PPT, XLSX/XLS, JPG, PNG, TIFF, VSDX/VSD, ODT, ODS, ODP, EML, HTML, and many other formats to collaborate, comment and review documents with GroupDocs.Annotation for .NET.
GroupDocs.Editor for .NET is a powerful, intuitive, and lightweight library which allows you to edit most popular document formats, including Word, Spreadsheet and Presentation documents, using 3rd party front-end WYSIWYG editors without any additional applications. No Open Office or MS Office is required to edit a word or spreadsheet document. Edit DOC, DOCX, XLS, PPT, ODT, PDF, XML and many other document formats with GroupDocs.Editor for .NET API using C#, VB.NET or any other .NET-language. Features: * Translate document to HTML/CSS DOM compatible with most of HTML WYSIWYG editors; * Save edited HTML/CSS to source document format; * Export edited document to PDF format; * Additional options for processing password protected documents, extract document fonts, export document language information (useful for spell-checkers), set document encoding etc. Supported document formats: * Microsoft Word documents - DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, FlatOpc, WordML, TXT; * Microsoft Excel spreadsheets - XLS, XLSX, XLSM, XLT, XLTX, XLTM, XLSB, SpreadsheetML, CSV, TSV, DSV (arbitrary delimiter); * Microsoft PowerPoint presentations - PPT, PPTX, PPTM, PPS, PPSX, PPSM, POT, POTX, POTM; * Fixed-layout documents: PDF, XPS * Open Document formats - ODT, OTT, ODS, ODP, OTP; * Markup - HTML, MHTML, CHM, XML; * e-Books - MOBI, ePub, AZW3; For more details on the GroupDocs.Editor for .NET API, please visit product website at: https://products.groupdocs.com/editor/net Note: GroupDocs.Editor for .NET will run in evaluation mode. In order to test full features of the product, please request a free 30-day temporary license.
The Exchange Web Services (EWS) Managed API provides a .NET Framework interface to EWS in Exchange Online, Exchange Online as part of Office 365, and versions of Exchange starting with Exchange Server 2007 Service Pack 1 (SP1). You can use this version of the EWS Managed API to evaluate the library for your application needs, to compare it to directly using XML or the auto generated proxy library, and to create production-ready applications.
This is the first release of version 2 of the Amazon SES API. You can use this API to configure your Amazon SES account, and to send email. This API extends the functionality that exists in the previous version of the Amazon SES API.
Plugin for Newsletter Studio to send emails via the Mailjet API.
Fork of Microsoft.Exchange.WebServices.NETStandard with OAuth bugfix. The Exchange Web Services (EWS) Managed API provides a managed interface for developing .NET client applications that use EWS. By using the EWS Managed API, you can access almost all the information stored in an Office 365, Exchange Online, or Exchange Server mailbox.
netDumbster.Sample contains a runnable unit test for evaluate purpoes of the .Net Fake SMTP Server netDumbster is a .Net Fake SMTP Server clone of the popular Dumbster (http://quintanasoft.com/dumbster/) netDumbster is based on the API of nDumbster (http://ndumbster.sourceforge.net/default.html) and the nice C# Email Server (CSES) written by Eric Daugherty.
IronDrawing - The C# Image Library A universally compatible Bitmap format for .NET 7 and .NET 6, .NET 5, .NET Core on Windows, macOS, Linux, Docker, AWS, Azure, NanoServer, IIS, Mobile, Xamarin, iOS, Android, and Google Compute. Works seamlessly with popular Image and Bitmap formats such as System.Drawing.Bitmap, SkiaSharp, SixLabors.ImageSharp, Microsoft.Maui.Graphics. Implicit casting means that using this class to input and output Bitmap and image types from public API's gives full compatibility to all image type fully supported by Microsoft. Key library features include: * AnyBitmap: A universally compatible Bitmap class. Implicit casting between System.Drawing.Bitmap, System.Drawing.Image, SkiaSharp.SKBitmap, SkiaSharp.SKImage, SixLabors.ImageSharp, Microsoft.Maui.Graphics.Platform.PlatformImage to IronDrawing.AnyBitmap * Color: A universally compatible Color class. Implicit casting between System.Drawing.Color, SkiaSharp.SKColor, SixLabors.ImageSharp.Color, SixLabors.ImageSharp.PixelFormats to IronDrawing.Color * CropRectangle: A universally compatible Rectangle class. Implicit casting between System.Drawing.Rectangle, SkiaSharp.SKRect, SkiaSharp.SKRectI, SixLabors.ImageSharp.Rectangle to IronDrawing.CropRectangle * Font: A universally compatible Font class. Implicit casting between System.Drawing.Font, SkiaSharp.SKFont, SixLabors.Fonts.Font to IronDrawing.Font IronDrawing can be used within C#, VB.NET, F#, ASP.NET projects, MVC, Web Services, Console & Desktop Applications. Supports: * .NET Framework 4.6.1 + * .NET Core 2.0 + * .NET 5 * .NET 6 * .NET 7 For general support and technical inquiries, please email us at: developers@ironsoftware.com