Re: [google-appengine] Issue after HRD migration: 100 email quota until first charge cleared

2012-03-10 Thread Martin Waller
I moved away from google to send out emails. My app now uses Amazon simple email and it seems to be fine! Martin Sent from my iPhone On 10 Mar 2012, at 08:59, Jonathan jonathan.na...@gmail.com wrote: Hi Christina I've a similar problem, after the first 100 recipients the delivery is

[google-appengine] Email to app is being bounced back?

2012-02-29 Thread Martin Waller
01Vo.pz_lg6TlAuFfASM- X-Yahoo-SMTP: V7ss41SswBB. 9IaOCN7lHlBkgqR1KzRAZ8HJKkgelfjWffo8I1aq37PF9g-- Received: from rockallh (Martin@86.142.168.121 with login) by smtp826.mail.ukl.yahoo.com with SMTP; 28 Feb 2012 01:03:42 -0800 PST Message-ID: FE39FEB0E4024FB69243FB79578A8006@rockallh From: Martin Waller mar

[google-appengine] Update facebook status from Google App Engine - Java

2012-02-22 Thread Martin Waller
Hello, I currently have an app running on the Google App Engine and I would like to post a facebook status from with the app - probably from a task on the task queue. I already do this for twitter and that seems to be working well. I've created the facebook app required to allow this to happen

Re: [google-appengine] Why is the Email Service so unreliable

2011-11-21 Thread Martin Waller
Hi, I've been trying out Amazom Web Services SES for the last week and it seems to be fine. It gives you so much more detail about mail send and mail that gets rejected. I'm going to stop using the GAE mail interface. Martin On 20 Nov 2011, at 18:57, Leandro Rezende wrote: i have the same

[google-appengine] Re: Why is the Email Service so unreliable

2011-11-21 Thread Martin Waller
I forgot to add that we now pay for this service and if we are finding it to be failing us then we really should be getting a refund! Martin On Nov 21, 9:21 am, Martin Waller nettrekk...@gmail.com wrote: Hi, I've been trying out Amazom Web Services SES for the last week and it seems

Re: [google-appengine] Re: What happened to the promised reliability improvement for email delivery?

2011-11-12 Thread Martin Waller
The email needs to be sorted. No email sent to a hotmail account from the app engine seem to arrive! Sent from my iPhone On 12 Nov 2011, at 19:36, pdknsk pdk...@googlemail.com wrote: If Google announced to drop further support for the mail API, that would be fine, because developers can make

Re: [google-appengine] Re: Dirty issues with GAE left unanswered

2011-11-11 Thread Martin Waller
Hello, I would second that. The backup process is almost non-existent! Now we are paying for this service we should have access to some backup mechanism. I'd like to see something on the servers where we could, at the click of a button, create a save point and wide back to save points. I don't

[google-appengine] Sender ID Framework

2011-11-08 Thread Martin Waller
Hello, I seem to have a problem with hotmail treating email that I send from an app running on the Google App Engine as SPAM, even though it is not. I was wondering if anyone had setup a Sender ID Framework to work with the Google App Engine to solve this type of problem and whether it worked

Re: [google-appengine] javax.mail.SendFailedException: MailService IO failed (java.io.IOException: Internal error)

2011-11-07 Thread Martin Waller
I have seen such issues due to billing not being turned on. Martin Sent from my iPhone On 3 Nov 2011, at 07:03, dc4ual libjingle...@gmail.com wrote: Hi, I have my application hosted in App Engine. It was running fine but suddenly I started getting IO Exception while sending mail Here

Re: [google-appengine] Send Email on GAE

2011-10-21 Thread Martin Waller
Hello, If you don't have billing turned on the chances are it will fail! Martin Sent from my iPhone On 20 Oct 2011, at 05:23, Leandro Rezende leandro.reze...@gmail.com wrote: I have Two applications with the same Code, the same onwer in the same google account. One of them the emails are

Re: [google-appengine] Send Email on GAE

2011-10-21 Thread Martin Waller
turned on. 2011/10/21 Martin Waller nettrekk...@gmail.com Hello, If you don't have billing turned on the chances are it will fail! Martin Sent from my iPhone On 20 Oct 2011, at 05:23, Leandro Rezende leandro.reze...@gmail.com wrote: I have Two applications with the same Code

[google-appengine] Managing Dev and Live versions

2011-09-23 Thread Martin Waller
I was wondering what the best advice is for managing a live version of an app and a dev version of an app? I found the following on the web: 1. App Versions are strings, not numbers Although most of the examples show the 'version' field in app.yaml and appengine-web.xml as a number, that's just a

Re: [google-appengine] Re: Managing Dev and Live versions

2011-09-23 Thread Martin Waller
Hi, Does that mean you create a different application for each dev/test - as shown on the My Applicatiions Page. I'm not sure how you create different instance in the cloud, I can see how you might do it on a local test server. If you do upload multiple versions - by changing appengine-web.xml

Re: [google-appengine] Re: App Engine is finished, here's why

2011-09-01 Thread Martin Waller
Hello, Everyone seems to believe that GAE is finished. I'd like to hear where people are planning to move their applications too, both the Python users and the Java users? Martin On 1 Sep 2011, at 10:00, Raymond C. wrote: I see it's end too: - those who are leaving will absolutely never

[google-appengine] java.io.IOException: Internal error while sending email.

2011-08-24 Thread Martin Waller
Hello, I seem to have a recurring problem sending email. Billing is not enabled for the application and come tomorrow, when the quotas get reset, it will start working again for a while. The stack frames that cause the error are: Caused by: java.io.IOException: Internal error at

[google-appengine] Re: MailService Exception after exactly 66 messages

2011-07-29 Thread Martin Waller
Hello, I too have seen this problem. I think it's down to the quota mechanism. If you read the top line on the Quota Details page it says that if you hit 50% of the quota by half way through the day then you may exceed the quota by the end of the day. I think, because of this, if it seems you

[google-appengine] Re: Sending email from java issues

2011-07-28 Thread Martin Waller
at com.google.appengine.api.mail.MailServiceImpl.doSend(MailServiceImpl.java: 123) at com.google.appengine.api.mail.MailServiceImpl.send(MailServiceImpl.java: 33) at com.google.appengine.api.mail.stdimpl.GMTransport.sendMessage(GMTransport.java: 247) ... 38 more On Jul 23, 8:39 am, martin waller mar

[google-appengine] Sending email from java issues

2011-07-24 Thread martin waller
Hello My app seems to have hit problems sending email. It has been working fine until yesterday around 13:00 gmt. From that point on I'm getting an io exception being thrown with the error text of internal error. Has anyone else seem similar issues I wonder? Martin -- You received this