[google-appengine] Re: Can't send attachment to Admin Email

2012-05-18 Thread abdelkrim boujraf
Can you send a message without the attachment?

Is the sender (email address) a developer or an owner of the application?

Abdelkrim
http://blog.i14y.net
http://www.alt-f1.be

Le vendredi 18 mai 2012 06:38:42 UTC+2, Larry a écrit :

 Hi All,
  I fail to send email to *admins *of app.
  Here is my code 

  MailService mailService = MailServiceFactory.getMailService();
  Message message = new Message();
  message.setSender(x...@gmail.com);
  message.setSubject(This is test);
  message.setHtmlBody(this is bcontent/b);
  Attachment attachment = new Attachment(test.pdf, blob.getBytes()); 
 // blob size = 488k
  message.setAttachments(attachment);
  mailService.*sendToAdmins*(message);

  In the Logs of Administration Console, a warning:
 Bad Request: Admin message exceeds size limits

here is the detail quota:
 MailMail API Calls
 [image: 0%]
 0%0 of 7,000OkayRecipients Emailed
 [image: 0%]
 0%0 of 100OkayAdmins Emailed
 [image: 0%]
 0%0 of 5,000OkayMessage Body Data Sent
 [image: 0%]
 0%0.00 of 0.06 GBytesOkayAttachments Sent
 [image: 0%]
 0%*0.00 of 0.00 GBytes*OkayAttachment Data Sent
 [image: 0%]
 0%0.00 of 0.10 GBytesOkay
  Is it problem of  Attachments Sent? It should be 2,000 attachments.
  Anybody can help me? Thank.




-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/VXRqkwvGsbQJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] action=“/i18n/setlang/” does not redirect to any page (django 1.2, appengine 1.6.2, python 2.5.4)

2012-04-26 Thread Abdelkrim BOUJRAF
I have followed the django documentation to implement i18n on a hello
word kind of google app engine website.

unfortunately, after reading dozens of html pages, django and appengine
documentation I can't figure out what is happening.

where can I find a list of django middlewares that app engine use by
default? this might help me to digg deeper.

the question is why does the set_language() is never called

original/detailed question on stackoverflow:
http://stackoverflow.com/questions/10306836/action-i18n-setlang-does-not-redirect-to-any-page

Thanks in advance for your help,

-- 
Abdelkrim
http://blog.i14y.net
http://www.alt-f1.be

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: App Upload issue

2012-04-26 Thread abdelkrim boujraf
have you checked the version of your app? 

app.yaml : 

application: your_appspot_id
version: your_Version
runtime: python
api_version: 1

go to 
appengine.google.com 
 click on your_appspot_id
 Main  version
are you sure that your version your_version is the one that is the 
default?

I hope this help

Abdelkrim

Le lundi 23 avril 2012 14:14:10 UTC+2, Justin Barber a écrit :

 I have made an update to my application and can't seem to deploy it. 
 The deployer shows that it exited with process 0. When i go to the 
 site thought its the old pages. I have tried a dozen times with the 
 same results. How can i force it to update? 

 Thanks, 

 Justin

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/2i99LviS8cMJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Mispelling in

2012-04-06 Thread abdelkrim boujraf
how can we give a feedback to the team dealing with the website 
developers.google.com?

what if we found mistakes like this one: 
... its number value is the same as for *the the* previously created...

URL: 
https://developers.google.com/appengine/docs/python/tools/localunittesting

Best regards,

Abdelkrim
http://blog.i14y.net

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/tNzncdJdSXIJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.