mailjet_client 0.4.0

A client for Mailjet's REST API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
    "FromEmail": "Your registered email should go here",
    "FromName": "Mailjet Client test",
    "Recipients":[
      {
        "Email":"pilot@mailjet.com",
        "Name":"Your Mailjet Pilot"
      }
    ],
    "Subject":"Your email flight plan!",
    "Text-part":"Dear passenger, welcome to Mailjet! May the delivery force be with you!"
  }