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 :(
How would I use Wiremock (or similar) for integration testing with this library?
I've tried setting
spring.sendgrid.proxy.hostandspring.sendgrid.proxy.portto localhost:{port} but the library seems to require TLS/SLL :(