On Github swooop / mailjetlondon
Developer Evangelist / Beard - tsims@mailjet.com / @4thfloor_monkey
From the ground up email solution
Transactional Email
Newsletter campaigns
Analytics
A nice RESTful API
(If you need it...)
Simple to add contacts
curl -X POST --user "$MJ_APIKEY_PUBLIC:$MJ_APIKEY_PRIVATE" \
https://api.mailjet.com/v3/REST/contact \
-H "Content-Type: application/json" \
-d '{"Email":"johnsmith@example.com"}'
curl -X POST --user "$MJ_APIKEY_PUBLIC:$MJ_APIKEY_PRIVATE" \
https://api.mailjet.com/v3/send/message \
-F from= "Count Mailjet >count.mailjet@example.com>" \
-F to=mr.mailjet@example.com \
-F subject='Hello World!' \
-F text='Greetings from Mailjet.'
curl -X POST --user "$MJ_APIKEY_PUBLIC:$MJ_APIKEY_PRIVATE" \
http://api.mailjet.com/v3/REST/parseroute \
-d '{"URL":"http://your-domain/webhook"}' \
-H "Content-Type: application/json"
- Emails are parsed and you can have all the fun
3 months free Bronze Premium