Re: [google-appengine] Re: GAE Web app sending mail using SendGrid

2020-07-15 Thread Adam Jack
I don't know the background here, but in case any of this helps: Do you have an API key from SendGrid? https://app.sendgrid.com/settings/api_keys In your appengine-web.xml set the environment variable to pass that API key into: https://cloud.google.com/appengine/docs/standard/java/c

Re: [google-appengine] Re: GAE Web app sending mail using SendGrid

2020-07-15 Thread Alexis CAPGEMINI
Can you please explain how you did this ? I'm still stuck with an error here : SendGrid sendgrid = new SendGrid( System.getenv("SENDGRID_SENDER")); Thanks Le vendredi 7 septembre 2018 à 18:02:44 UTC+2, rashmi...@gmail.com a écrit : > I have solved the problem. I had to use Urlfetch conf

Re: [google-appengine] Re: GAE Web app sending mail using SendGrid

2018-09-07 Thread Rashmi S
I have solved the problem. I had to use Urlfetch configuration in appengine-web.xml and use URLFetch class instead of HttpURLConnection. It works now. Thanks for the help! On Saturday, August 25, 2018 at 1:08:16 AM UTC+5:30, George (Cloud Platform Support) wrote: > > If you would like us to loo

Re: [google-appengine] Re: GAE Web app sending mail using SendGrid

2018-08-24 Thread 'George (Cloud Platform Support)' via Google App Engine
If you would like us to look more in-depth in the issue, you should write a private message with your project ID. You can do this using the drop-down menu of the reply button, at the top-right of the message window. -- You received this message because you are subscribed to the Google Groups

Re: [google-appengine] Re: GAE Web app sending mail using SendGrid

2018-08-24 Thread Rashmi S
Yes, I did. On Fri, Aug 24, 2018 at 12:34 AM 'George (Cloud Platform Support)' via Google App Engine wrote: > Have you followed each and every step listed in "Preparing the > application" sub-chapter > > of >

[google-appengine] Re: GAE Web app sending mail using SendGrid

2018-08-23 Thread 'George (Cloud Platform Support)' via Google App Engine
Have you followed each and every step listed in "Preparing the application" sub-chapter of the SendGrid tutorial? -- You received this message because you are subscribed to the Google Groups "Google App En

[google-appengine] Re: GAE Web app sending mail using SendGrid

2018-08-20 Thread 'George (Cloud Platform Support)' via Google App Engine
There are a lot of advantages offered by SendGrid to free account holders. You may check details on the SendGrid pricing page . Payment detail are not requested on that page. How did you get your application ready? You are encouraged to read the "Preparing the a

[google-appengine] Re: GAE Web app sending mail using SendGrid

2018-08-20 Thread Rashmi S
Just want to confirm, is updation of billing account necessary even for free trial versions of sendgrid or mailjef. Will it not work without payment details? And could it be possible that these services, even recaptcha is failing with an IOexception or server error?...with reference to this doc:

[google-appengine] Re: GAE Web app sending mail using SendGrid

2018-08-15 Thread 'George (Cloud Platform Support)' via Google App Engine
At this stage, we'll need your project ID for closer and more in-depth inspection. As this is private information, you should send it by private message, using the drop-down menu of the "reply" button at the top right of a posting window. It may be worthile mentioning here that this discussion

[google-appengine] Re: GAE Web app sending mail using SendGrid

2018-08-14 Thread Rashmi S
Hi George, thanks for the reply! My project is a spring MVC project. I'm using a trial version of Sendgrid. I haven't updated my billing details(could this be a reason for failure). Here's the relevant code snippet : Method 1: public static boolean sendEmail(String emailId) { Sendgrid mail

[google-appengine] Re: GAE Web app sending mail using SendGrid

2018-08-14 Thread Rashmi S
Hi George, thanks for the reply! My project is a spring MVC project. I'm using a trial version of Sendgrid. I haven't updated my billing details(could this be a reason for failure). Here's the relevant code snippet : Method 1: public static boolean sendEmail(String emailId) { Sendgrid mail

[google-appengine] Re: GAE Web app sending mail using SendGrid

2018-08-14 Thread Rashmi S
Yes, authentication works well. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to this group, send e

[google-appengine] Re: GAE Web app sending mail using SendGrid

2018-08-14 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Rashmi, Have you followed all steps in the referred document? Authentication works well? How does your email-related code looks like? A sample of your code would greatly help in setting the basis of further investigations. You may consider having a look at the SendGrid Tutorial