SparkPost / elixir-sparkpost

SparkPost client library for Elixir https://developers.sparkpost.com
Apache License 2.0
44 stars 14 forks source link

Request timeout #17

Closed davidefedrigo closed 8 years ago

davidefedrigo commented 8 years ago

I'm experiencing timeout issues while sending mails (with attachment) and I'd like to increase the request timeout value.

HTTPotion accepts option "timeout" but looking at SparkPost.Endpoint.request it looks like it's not configurable yet. Is it something you're going to implement?