sendgrid-java icon indicating copy to clipboard operation
sendgrid-java copied to clipboard

The Official Twilio SendGrid Led, Community Driven Java API Library

Results 36 sendgrid-java issues
Sort by recently updated
recently updated
newest added

### Issue Summary Please provide a method to shutdown thread pool used in `com.sendgrid.BaseInterface.attempt`. Even after `com.sendgrid.SendGrid` instance is discarded, the thread pool is still alive and it prevents the...

### Issue Summary Inbound Parse API does not provide any security controls against a malicious sender. ### Steps to Reproduce https://github.com/sendgrid/sendgrid-java/blob/main/USAGE.md#create-a-parse-setting ### Technical Details A backward-compatibe and quick solution might...

Issue Summary We are trying to validate signed webhook events in java with POST API. We are sending mail and configured https://webhook.site/73452d78-3dea-478b-a005-d87371972190 as public webhoo url. We are getting payload,...

status: waiting for feedback
type: getting started

We are using SendGrid latest JAVA API's available to send emails. As part of attachment **we are attaching a pdf enclosed in a zip file**. While sending mail we are...

### Issue Summary Windows 10 build : 1909 (OS Build 183636.2158) Exception in thread "main" javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target...

#### Issue Summary The latest sendgrid api does not support Java 9 modules. Not only is there no module-info.java your api uses split packages which disqualifies it from use in...

type: community enhancement
status: help wanted
difficulty: unknown or n/a

I see from https://github.com/sendgrid/sendgrid-java/issues/213 that the library is claimed to be thread safe. However, a few minute's inspection of the `SendGrid` class shows this is not true. All fields are...

type: community enhancement
status: help wanted

### Issue Summary Checking the request body for `mail/send` (https://docs.sendgrid.com/api-reference/mail-send/mail-send), it was discovered that helper classes provided in this library are old and do not contain all info needed. Errors...

type: community enhancement
status: help wanted

### Issue Summary The implementations of `Mail#equals` and `Mail#hashCode` are missing fields. Two instances will be considered equal despite having different values in `from`, `to`, `content`, etc. Having a distinct...

type: community enhancement
status: help wanted

### Issue Summary Looks like you should reopen #631. Can't deploy with sendgrid-java dependency to Google Cloud Functions with error message:"Invalid signature file digest for Manifest main attributes" Without `sendgrid-java`...

type: bug
status: help wanted