sendgrid / sendgrid-google-java

7 stars 23 forks source link

BCC isn't working #9

Closed codenameone closed 10 years ago

codenameone commented 10 years ago

Calling addBcc doesn't seem to do anything. I couldn't find a reason for this though, initially it looked like the substring is wrong here: request += "?" +this._arrayToUrlPart(this.getBccs(), "bcc").substring(1);

But changing this didn't fix the problem.