Releases: mailjet/mailjet-gem
Releases · mailjet/mailjet-gem
No more default props
- default properties are removed
- you can pass any property to the api
- default sender works with the sendAPI
More Send properties
v1.3.5 version
Merged template API properties
v1.3.4 Update version.rb
Email as ID fixed
v1.3.3 version v1.3.3
SMTP-like props
- added :to :cc :bcc and send in addition to :recipients
Send API parsed response
- The response from the SendAPI using the Mailjet::Send resource is now stored and decoded in result.attributes['Sent']
Send JSON
- Send takes Json props
- Missing Mailjet resource/actions
Specs and class properties conflicts fixed
- Minimal specs to be extended in the next releases
- Conflict with property name in the main class: fixed
New contact and contactslist action and issues with the ruby versions 2.1.x
- New
contact
andcontactslist
action. See https://github.com/mailjet/mailjet-gem#action-endpoints for more details - Fixes the mailer compatibility issues with ruby version 2.1.x (#43), thanks to #46 .