sendgrid-java
sendgrid-java copied to clipboard
How to use wiremock?
How would I use Wiremock (or similar) for integration testing with this library?
I've tried setting spring.sendgrid.proxy.host and spring.sendgrid.proxy.port to localhost:{port} but the library seems to require TLS/SLL :(
If there is no good solution I will just use the REST API instead