Skip to content Skip to sidebar Skip to footer

Sendgrid Api For Android Using Java

Upon deep research, I was unable to integrate and send emails from SendGrid in the Android Application. SendGrid has Java API for sending emails but adding the dependency in Androi

Solution 1:

There is no perfect workaround as SendGrid doesn't have an Android API or SDK.

Solution 2:

I found this on github : https://github.com/thinkingserious/sendgrid-android-example

The code is not production ready but I am using this in my Android app and it works fine. Leaving this here, for anyone for future reference.

Post a Comment for "Sendgrid Api For Android Using Java"