I switched to SendGrid and I've never looked back. The changes in your application code are literally only a few lines of code, at least in Python. One aspect I really like is that it is trivial to send real mail from the development server.
Pertti On Fri, Feb 14, 2014 at 4:10 AM, Vinny P <[email protected]> wrote: > On Wed, Feb 12, 2014 at 9:23 AM, <[email protected]> wrote: > >> I have a paid app with billing enabled. My e-mail quota remains at 100 >> and I am not able to send more than 100+1 e-mail. I have asked for quota >> increase twice and denied. >> This will affect our production release. Can someone please help me on >> how to increase the e-mail quota? >> > > > > If Google denied your quota increase there's nothing much that posting to > this group can do. > > What you can do is use SendGrid to send emails; it's relatively easy to > use and there's a special (higher) free tier for applications running on > Google's Cloud Platform: > https://developers.google.com/appengine/articles/sendgrid#send_an_email > > > ----------------- > -Vinny P > Technology & Media Advisor > Chicago, IL > > App Engine Code Samples: http://www.learntogoogleit.com > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-appengine. > For more options, visit https://groups.google.com/groups/opt_out. > -- Pertti Kellomäki, Kesanto Enterprises Your training in the cloud: <http://www.trainingcommons.com> -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
