Skip to content
This repository has been archived by the owner on May 24, 2019. It is now read-only.

Latest commit

 

History

History
55 lines (35 loc) · 2.83 KB

_libraries.md

File metadata and controls

55 lines (35 loc) · 2.83 KB

#The libraries

Mailjet maintains several wrappers and resources to make your life easier:

You can find even more usefull tools and plugins on the Mailjet GitHub

We welcome any contribution to these repositories.

Please follow the following intruction to make it easier to process your improvements :

  • Fork the project.
  • Create a topic branch.
  • Implement your feature or bug fix.
  • Add documentation for your feature or bug fix.
  • Commit and push your changes.
  • Submit a pull request

Please do not include changes to the gemspec (Ruby), or version files.

Make sure that you don't share your private credentials when pushing your code

Demos

Mailjet Live Event API Dashboard

Test the Event API in 3 easy steps. Built in ReactJS and Golang

NodeJs wrapper Demo

Check out a simple example of NodeJS implementation.

Reply by email, simple messaging app

This is a messaging app example which lets a group of people communicate together. If a user tagged in a message is currently offline, he’ll receive an email notification so that he won’t miss a beat and can reply (directly by email) even if he wants to stay offline.

This demo uses Mailjet Parse API, ReactJS and NodeJS.