Skip to content

Commit

Permalink
fix sendgrid api should specify all return result is xml format
Browse files Browse the repository at this point in the history
  • Loading branch information
hlxwell committed Jan 25, 2012
1 parent 9f49fcc commit 88b8e7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mail_engine/sendgrid/rest_api.rb
Expand Up @@ -10,6 +10,7 @@ class RestApi
include HTTParty
base_uri "https://sendgrid.com/api"
default_params :api_key => MailEngine::Base.current_config["sendgrid"]["sendgrid_key"], :api_user => MailEngine::Base.current_config["sendgrid"]["sendgrid_user"]
format :xml

class << self
# <stats>
Expand Down

0 comments on commit 88b8e7a

Please sign in to comment.