sendgrid / smtpapi-objc

Simple Wrapper around SendGrid SMTPAPI Header
MIT License
4 stars 0 forks source link

I am getting an error message #1

Open mjainv5 opened 8 years ago

mjainv5 commented 8 years ago

Error: Error Domain=com.alamofire.error.serialization.response Code=-1011 "Request failed: bad request (400)" UserInfo=0x7f8c10721940 {com.alamofire.serialization.response.error.response=<NSHTTPURLResponse: 0x7f8c1072cd80> { URL: https://api.sendgrid.com/api/mail.send.json } { status code: 400, headers { Connection = "keep-alive"; "Content-Length" = 56; "Content-Type" = "application/json"; Date = "Wed, 23 Sep 2015 20:05:51 GMT"; Server = nginx; "X-Frame-Options" = DENY; } }, NSErrorFailingURLKey=https://api.sendgrid.com/api/mail.send.json, com.alamofire.serialization.response.error.data=<7b226572 726f7273 223a5b22 42616420 75736572 6e616d65 202f2070 61737377 6f726422 5d2c226d 65737361 6765223a 22657272 6f72227d>, NSLocalizedDescription=Request failed: bad request (400)}

Jackson0111 commented 8 years ago

I'm getting the same error. Solution?

BorisDeveloper commented 7 years ago

The same here

ghost commented 7 years ago

Anyone got any resolution?