mailjet / mailjet-gem

[API v3] Mailjet official Ruby GEM
https://dev.mailjet.com
Other
130 stars 72 forks source link

Clarify `delivery_method_options` options for `:mailjet_api` #142

Closed uesteibar closed 6 years ago

uesteibar commented 6 years ago

After debugging for some hours, we found out that the api for sending emails is v3_0, which has a different set of options available for delivery_method_options. This can be seen here.

This PR aims to clarify this in the Readme file to avoid this kind of confusion in the future.