Uh oh!
There was an error while loading. Please reload this page.
Split SMTP API JSON into lines under 1000 chars - #4
Conversation
chebyte
commented
Sep 23, 2013
hi @XurdeFdez first, thanks for the pr, could you update the specs? cause travis is failing by the way is not better to do something like this(is just a pseudo code)? and question, the space goes in indent? cause it generates a json like this thanks |
XurdeFdez
commented
Sep 24, 2013
Hi @chebyte, |
DavidAllison
commented
Nov 12, 2013
@chebyte@XurdeFdez Any word on getting this merged? I didn't review the code but this is a useful feature since it's a requirement |
kylejginavan
commented
May 27, 2014
I can merge if someone resolves the merge conflict. |
According with section Requirements and Limitations from http://sendgrid.com/docs/API_Reference/SMTP_API/ the JSON need to be splitted into lines under 1000 characters.
When ActionMailer detect white spaces wraps it automatically.