All Projects → AshleyMedway → Mailjet.net

AshleyMedway / Mailjet.net

Licence: mit
.NET Client for MailJet

Projects that are alternatives of or similar to Mailjet.net

Notify
A dead simple Go library for sending notifications to various messaging services.
Stars: ✭ 727 (+10285.71%)
Mutual labels:  email
Sendgrid Csharp
The Official Twilio SendGrid Led, Community Driven C#, .NetStandard, .NetCore API Library
Stars: ✭ 835 (+11828.57%)
Mutual labels:  email
Django Email Confirm La
Django email confirmation for any model and any field
Stars: ✭ 23 (+228.57%)
Mutual labels:  email
Sup
A curses threads-with-tags style email client (mailing list: [email protected])
Stars: ✭ 780 (+11042.86%)
Mutual labels:  email
Node Dkim Key
DKIM (DomainKeys Identified Mail) Key
Stars: ✭ 5 (-28.57%)
Mutual labels:  email
Postmark Java
Official Java client library for the Postmark HTTP API
Stars: ✭ 18 (+157.14%)
Mutual labels:  email
Truemail
🚀 Configurable framework agnostic plain Ruby 📨 email validator/verifier. Verify email via Regex, DNS and SMTP. Be sure that email address valid and exists.
Stars: ✭ 717 (+10142.86%)
Mutual labels:  email
Swoosh
Compose, deliver and test your emails easily in Elixir
Stars: ✭ 931 (+13200%)
Mutual labels:  email
Kanmail
📥 An email client that functions like a kanban board.
Stars: ✭ 833 (+11800%)
Mutual labels:  email
Notmail bot
Telegram bot that acts as an email client
Stars: ✭ 23 (+228.57%)
Mutual labels:  email
Bootstrap Email
Bootstrap 4 (and soon 5) stylesheet, compiler, and inliner for responsive and consistent emails with the Bootstrap syntax you know and love.
Stars: ✭ 781 (+11057.14%)
Mutual labels:  email
Mailtrackerblocker
Email tracker, read receipt and spy pixel blocker plugin for macOS Apple Mail
Stars: ✭ 821 (+11628.57%)
Mutual labels:  email
React email editor
This project is experimental! It's my attempt to create visual email template editor using React+Redux+etc... tools stack.
Stars: ✭ 19 (+171.43%)
Mutual labels:  email
Python O365
A simple python library to interact with Microsoft Graph and Office 365 API
Stars: ✭ 742 (+10500%)
Mutual labels:  email
Beautymail
Send beautiful HTML emails with Laravel
Stars: ✭ 923 (+13085.71%)
Mutual labels:  email
Lettre
a mailer library for Rust
Stars: ✭ 713 (+10085.71%)
Mutual labels:  email
Clj Mandrill
A Clojure implementation of the Mandrill API
Stars: ✭ 16 (+128.57%)
Mutual labels:  email
Trumail
✉️ ✅ A Fast and Free Email Verification API written in Go
Stars: ✭ 937 (+13285.71%)
Mutual labels:  email
Mysigmail
UI Email Signature Generator - Make easy to create your email signature
Stars: ✭ 925 (+13114.29%)
Mutual labels:  email
Email
Faster MIME Mail Parser
Stars: ✭ 19 (+171.43%)
Mutual labels:  email

MailJet .NET (unofficial)

An unofficial .NET Client for use with MailJet v3 API.

Build Status Gitter NuGet

Currently implemented features:

  • Sending Messages & Getting MessageInfo
  • Some account management (DNS & MetaSender) - api doc
  • Contact list management (create/sub/unsub/etc.) - api doc
  • Contact Metadata management (CRUD) - api doc

Next features will be (unless anyone raises issues otherwise):

  • Completing account management (Sender, MyProfile & User) - api doc
  • Contact management - api doc

The package uses System.Net.Mail.MailMessage for sending outgoing mail as this hopefully allows for simple transition from using System.Net.Mail.SmtpClient.
If you find any features of MailMessage have not been implemented please raise an issue.

If there is a specific feature of the API you would like please create an issue or fork, develop, pull request 😃

###Basic Usage

MailJetClient client = new MailJetClient("{PublicKey}", "{PrivateKey}");
client.SendMessage(new System.Net.Mail.MailMessage("[email protected]", "[email protected]", "subject", "email body"));

For a more detailed usage you can see the SendMail UnitTests.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].