Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Andrei Cosmin Fifiiţă
I also removed the dot from the sender's email, but it didn't work. Do I also have to remove the user from Permissions list, and add it (send invitation) again without the dot ? On 16 August 2011 01:17, Greg gmstanl...@gmail.com wrote: I had the same problem - the application broke even though

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Taiga
Hi. My Application's sender success to sending email meet these requirements: * The application enable billing. * The sender is Billing Administrator. Does your application's sender have the role of Billing Administrator ? (I got these requirements on Google-App-Engine-Japan group's user.)

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Andrei Cosmin Fifiiţă
The sender is not Billing administrator. The users that i tested (that didn't contain a dot) worked without being billing admins. Also, I believe there can only be one billing administrator right ? On 16 August 2011 13:06, Taiga tsutsumita...@gmail.com wrote: Hi. My Application's sender

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Taiga
Hi, Ice13ill Thank you. I tried to send mail from user not Billing Administrator, and Success! The billing admins' role does not matter about this problem, I got. -- Taiga tsutsu...@gmail.com 2011年8月16日火曜日19時09分13秒 UTC+9 Ice13ill: The sender is not Billing administrator. The users that i

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Andrei Cosmin Fifiiţă
Well, i still cannot use my original email address without the dot (i changed the sender in my code), but it seams that others managed to succeed... is there something i'm missing? On Aug 16, 2011 1:41 PM, Taiga tsutsumita...@gmail.com wrote: Hi, Ice13ill Thank you. I tried to send mail from

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Asmaa EL MOKHTARI
hi Andrei, You must log in to your App Engine account by the sender mail without dot . 2011/8/16 Andrei Cosmin Fifiiţă andrei.fifi...@gmail.com Well, i still cannot use my original email address without the dot (i changed the sender in my code), but it seams that others managed to

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Andrei Cosmin Fifiiţă
So that means i have to remove the user from Permissions and add it again? On Aug 16, 2011 1:59 PM, Asmaa EL MOKHTARI elmokhtari.as...@gmail.com wrote: hi Andrei, You must log in to your App Engine account by the sender mail without dot . 2011/8/16 Andrei Cosmin Fifiiţă

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Asmaa EL MOKHTARI
if your admin adress contains a dot, in this case, you should add a new developper to your app in the permission list (who has a mail adress without dot ). After that, you log in the google appengine account by the new adress mail.And don't forget to modify the email sender in your code as well.

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Taiga
Please let me confirm this, one more, before remove the user. Do your original email address uses federated login ? (and do your good-working tested email does not uses federated login ?) There are some trouble about sending email from federated login user. (I got the information on

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Andrei Cosmin Fifiiţă
The original email is at gmail.com, as well as the email that works. My app has the federated login option selected, but it has nothing to do with the users that send the emails. On Aug 16, 2011 2:19 PM, Taiga tsutsumita...@gmail.com wrote: Please let me confirm this, one more, before remove the

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Asmaa EL MOKHTARI
for me, i don't use the federated login. 2011/8/16 Andrei Cosmin Fifiiţă andrei.fifi...@gmail.com The original email is at gmail.com, as well as the email that works. My app has the federated login option selected, but it has nothing to do with the users that send the emails. On Aug 16,

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Andrei Cosmin Fifiiţă
I removed the user and add it again, sending invitation to the address without dot. When I accepted the invitation, i logged in typing the address without the dot. After accepting the invitation the email was registered as it was originally created (with a dot), so it did not work :( I don't know

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Taiga
Do you invite the address as owner ? (or does the address has owner role now ?) 2011年8月16日火曜日20時51分11秒 UTC+9 Ice13ill: I removed the user and add it again, sending invitation to the address without dot. When I accepted the invitation, i logged in typing the address without the dot. After

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Asmaa EL MOKHTARI
this doesn't mean that it doesn't work. you may need to clear your browser's cache, close it and try again to login in the app engine account with the new mail adress (without dot .) 2011/8/16 Andrei Cosmin Fifiiţă andrei.fifi...@gmail.com I removed the user and add it again, sending

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Andrei Cosmin Fifiiţă
I tested as Developer and Owner. The problem is that even though i invited the user using its address without the dot, App Engine seas the original email address, created with a dot. My code uses the address without the dot when trying to send an email, but still, doesn't work... The new user

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Asmaa EL MOKHTARI
are you using the same email adress whout dot . ? because in other GAE forum, i found this: (As a workaround, I tried adding the same gmail address I've been using, but without the .'s in it, as a developer. No dice. It let me accept the invitation, but then the new non-dot developer

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Andrei Cosmin Fifiiţă
Well, yes, that is what i tried... I thought it worked for some people but i has wrong... I knew that removing the dot was actually a representation of the same address, that's why i removed the account from Permissions, and add it again... Anyways, this is somehow annoying so i hope they'll fix

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Taiga
Yes, It seems that there are no faults on you any more... I'm waiting next information about this issue from googler. -- Taiga tsutsumita...@gmail.com 2011年8月16日火曜日21時33分17秒 UTC+9 Ice13ill: Well, yes, that is what i tried... I thought it worked for some people but i has wrong... I knew that

[appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-15 Thread deepfriedbrain
I'm having the same problem. By chance, I stumbled upon this thread. I'm looking for a solution too. Thanks. On Aug 14, 1:22 am, Asmaa EL MOKHTARI elmokhtari.as...@gmail.com wrote: Please someone who has encountered the same problem before and who has a suggestion or a solution. Or maybe

[appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-15 Thread Simon Knott
There is another thread for this issue, on the main GAE forum, which has been answered by a Googler - https://groups.google.com/d/msg/google-appengine/Zx85suFS3zc/o5SeyhH4eSkJ -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-15 Thread Asmaa EL MOKHTARI
Hi, Apparently, if your sender email adress contains a dot like ( rr@gmail.com) you will get this error. So to fix this problem you must creat another sender email adress without dots and you should add it in the permition list like a new developer of your app. after that, you should connect

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-15 Thread Asmaa EL MOKHTARI
Hi, Apparently, if your sender email adress contains a dots like ( rr@gmail.com) you will get this error. So to fix this problem you must creat another sender email adress without dots and you should add it in the permition list like a new developer of your app. after that, you should connect

[appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-15 Thread Shirley Kao
Any news on this issue? I run into the same problem. Same problem here. Email part of permissions list and owner of application. Any progrenss someone? BR On 13 aug, 00:24, Asmaa EL MOKHTARI elmokhtari.as...@gmail.com wrote: Please can any one help us to solve this problem

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-15 Thread Taiga
Hi. I have the same problem. and I got the information for this problem from Japanese Googler on Google-App-Engine-Japan. (http://groups.google.com/group/google-app-engine-japan/browse_thread/thread/e76433f009f77e97) Appengine have taken a new, strict, rule for authorize sender-mail-address.

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-15 Thread realdope
I'm having the same problem. I made an extra Gmail account, placed it under as a Owner, and confirmed all confirmations. But I'm still getting javax.mail.SendFailedException: Send failure (javax.mail.MessagingException: Illegal Arguments (java.lang.IllegalArgumentException: Unauthorized Sender:

[appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-15 Thread Taiga
Hi all. I have the same problem. and I got the information about this problem from Japanese Googler on Google-App-Engine-Japan. (http://groups.google.com/group/google-app-engine-japan/browse_thread/ thread/e76433f009f77e97) Appengine have taken a new, strict, rule for authorize sender-mail-

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-15 Thread Greg
I had the same problem - the application broke even though there had been no changes in a month. Changing the sender to a gmail address without the dot solved it, as advertised. It was not encouraging that there was still no fix by Google, and that the workaround was necessary. As someone

[appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-13 Thread Slaine
Same problem here. Email part of permissions list and owner of application. Any progrenss someone? BR On 13 aug, 00:24, Asmaa EL MOKHTARI elmokhtari.as...@gmail.com wrote: Please can any one help us to solve this problem because i passed several hours searching whitout any succes. any help

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-13 Thread Asmaa EL MOKHTARI
Please someone who has encountered the same problem before and who has a suggestion or a solution. Or maybe someone who works in Google team can bring us aid. thank you in advance. 2011/8/13 Slaine lennart.ben...@gmail.com Same problem here. Email part of permissions list and owner of

[appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-12 Thread Ice13ill
I have the same problem. Sending emails worked OK until about 14h ago (and no changes were made). The user is added to permissions list as Developer. I tried changing it to Owner but it doesn't work. On Aug 12, 6:36 pm, Bruno Fuster brunofus...@gmail.com wrote: Hi! Is the sender email you're