sendgrid / sendgrid-google-java

7 stars 23 forks source link

Does not support URL encode #18

Closed awwa closed 10 years ago

awwa commented 10 years ago

If I set the value "abc+def@test.com" for from, API returns an error "Invalid email address abe def@test.com". The problem is that the "+" is treated as white space. Could you support "URL encode"?

Or

sendgrid-java( https://github.com/sendgrid/sendgrid-java ) does not have the problem. But Google document has the reference to sendgrid-google-java. Could you merge these libraries? These are similar.

danielamihalache commented 10 years ago

Fixed. Thanks for the feedback!