WP8 and WP7 SMTP client library to send emails without using the EmailComposeTask, and attach any type of file. Main Features: • connects to Microsoft Live, Gmail or to a custom SMTP mail server (SSL/TLS compatible). • supports any kind of attachment, from resource or isolated storage: pdf, mp3, wav, mp4, avi, bmp, txt, zip, jpg, etc. • sends an email without calling EmailComposeTask and does not need user intervention. • multithreaded: will not freeze/block your UI. • works on wifi and data connection. • supports international charset (Chinese). Usage scenario: //create a new MailMessage object MailMessage mailMessage = new MailMessage(); //set a Live/Hotmail or Gmail, or a custom SMTP account mailMessage.UserName= "*****@hotmail.com; mailMessage.Password = "********"; mailMessage.AccountType = AccountType.MicrosoftAccount; mailMessage.From = "myapp@mycompany.com"; //set mail data mailMessage.To = "foo@foo.com"; mailMessage.ReplyTo = "foo5@foo.com"; mailMessage.Subject = "Hello from WP"; mailMessage.Body = "I can send any type of attachment from my app now !!"; //text or HTML //attach ANY KIND of file from a resource or IsolatedStorage path mailMessage.AddAttachment("\rex\file.wav"); mailMessage.AddAttachment("\myFolder\file.mp3"); mailMessage.AddAttachment("\downloads\file.mp4"); //attach from in-memory data: mailMessage.AddAttachment(Encoding.UTF8.GetBytes("yesssss".ToCharArray()), "memoryfile.txt"); //set message event handlers mailMessage.Error += mailMessage_Error; mailMessage.MailSent += mailMessage_MailSent; mailMessage.Progress += mailMessage_Progress; //send email (async) mailMessage.SendMail(); Support: support@venetasoft.it
Aspose.Total for .NET is the most complete package of all .NET file format APIs offered by Aspose. It empowers developers to create, edit, render, print and convert between a wide range of popular document formats within any .NET, C#, ASP.NET and VB.NET applications.
Infrastructure project setup for building modern enterprise applications using EntityFramework or Azure Table Storage.
Framework desenvolvido para envio de emails através da SMTP Kurier.
SMTP Settings Update Shortcut Widget for Dashboard To use this plugin either export the files in to your Visual Studio project directory and include them in your project or extract them and copy and paste the code. Make sure the section on the Controller attribute is set to how you have your Sitefinity setup. If all this is done correctly you should be able to see the Widget while editing your Dashboard and can drag it on the form and save/publish.
Envío de emails con smtp
Package Description
A CDK construct that creates SMTP credentials permitting emails to be sent via SES. (Stability: Stable)
The package contains an SMTP provider for the CG.Email namespace. Platforms supported: .NET 4.61 or above .NET Standard 2.0 or above
Provides an email sending provider configurable via code or configuration, search for alternate providers
Package Description
SharpAPI is a collection of dependency injection services for ASP.NET Core applications to consume commonly-used APIs and services from server software and public cloud providers.
Embeddable SMTP inbound connector, with full support for user authentication and SSL server certificate. Expose different function to be connected inside your application.
This Package contains you can send text,html email and send attachment email also using smtp mail.
Allows to run simple SMTP server stub on selected port
A library to simplify creating and sending emails with built in support for audiences and templating.
Components offering implementations of core Internet Communication Protocols such as HTTP, FTP, SMTP, IMAP, LDAP, REST, SOAP, WebSockets, and DNS through simple, easy-to-use, and intuitive APIs.
Generate emails using Handlebars templates. Uses the Handlebars.Net (https://github.com/rexm/Handlebars.Net)
Package Description
【免费企业版】这是基于TouchSocket的,实现自主数据的双端可扩展通信协议。能够非常简单的实现跨语言连接等。 说明文档:http://rrqm_home.gitee.io/touchsocket
Provides abstractions and base functionality for SMTP.
这是基于TouchSocket的,实现自主数据的双端可扩展通信协议。能够非常简单的实现跨语言连接等。 说明文档:http://rrqm_home.gitee.io/touchsocket
Application development framework for .NET Core
Conholdate.Total for .NET is a complete package to work with a large number of file formats from Microsoft Word®, Excel®, PowerPoint®, Outlook®, Project®, Visio®, Adobe Acrobat®, Illustrator®, Photoshop®, AutoCAD®, OpenOffice® and many more. Conholdate.Total for .NET allows you to use any API released under Aspose and GroupDocs for .NET in order to create, convert, read, edit, update and print popular document formats. Moreover, you may view, annotate, watermark, assemble, classify, search, redact, parse, merge and compare documents without needing to install the native applications. It helps you in file format manipulation and document automation via simple API. Conholdate.Total for .NET also includes specialized APIs to read and create barcodes, extract text from images using OCR as well as extract human marked data from questioners, surveys, quizzes, MCQ papers and feedback forms.
C# DDD Infrastructure Layer
Wraps the System.Net.Mail reference standardizing its use and implementation with other Lexicom packages. This primarily consists of enforcing consistent styles and patterns while also generally reducing the required configuration.
Send emails via Azure Email Communication Services API
Pop3Server is a simple, yet highly functional POP3 server implementation. It is based on the structure of the SmtpServer project by cosullivan, with modifications to implement POP3 instead of SMTP. Written entirely in C#, showcases the potential for a full-featured POP3 server built on .NET.
Generate emails using Razor templates. Anything you can do in ASP.NET is possible here. Uses the RazorLight project under the hood.
The Mail Plugin for the open-source and free platform WebVella ERP. It provides API, services and management for sending emails through SMTP services.
PostageApp API client library for .NET Standard
Mailgun Email Sender API Wrapper for ASP.NET Core apps With this useful service you can send email through Mailgun. API Key and other params are set in the sender class constructor. Intended use is within ASP.NET Core apps using MVC; inject the service into the DI container (inside Startup.cs use services.AddTransient) and then use it in your code.
Contains an implementation of the ISmtpConnectable interface for SMTP connections. Depends only on the assembly TeleScope.Connectors.Smtp.Abstractions and uses the .NET library System.Net.Mail internally.
Provide email sending capabilities using MailKit.
Provide models for email sending capabilities.