Issues Sendgrid For Email Messaging
I an using sendgrid for email messaging but get the error below. My code is below the error. Error: Caused by: java.lang.NoSuchFieldError: No static field INSTANCE of type Lorg/ap
Solution 1:
org.apache.http.conn.ssl.AllowAllHostnameVerifier
Above class has been removed API level 22
You should use HttpURLConnection class instead.
Post a Comment for "Issues Sendgrid For Email Messaging"