cfl
cfl

Reputation: 1049

Is it possible to use Sendgrid Java libraries with Google's App engine Endpoints

I have been trying to get SendGrid to work in my Google endpoints backend using java, with Google app engine. There seems to be a few statements online about using Sendgrid with Google compute engine, but nothing with app engine..

Is it possible to use SendGrid with app engine endpoints?

Upvotes: 0

Views: 129

Answers (1)

cfl
cfl

Reputation: 1049

It is possible to create an google cloud endpoint using the Sendgrid java libraries.

Need to:

  1. Create SendGrid account
  2. Create Endpoint with SendGrid object, specifying your sendgrid key (do not use username and password)
  3. Set email object with all specifics
  4. Send email

Check this for an example

Upvotes: 2

Related Questions