[appengine-java] Re: sending mail in google app engine in java

2010-02-27 Thread santosh mantri
Hi laxmi, I'm also trying to send mail thru appengine. My code is as follows package outlooky; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.Properties; import javax.mail.Message; import javax.mail.MessagingException; import

[appengine-java] Re: sending mail in google app engine in java

2010-02-19 Thread lakshmi
hi, My special thanks to Alex,Conor,Sreekanth,Henning and Ikai. Finally i solved my problem. I send emails from my application. - Here is the process. My code is correct and don't send mails from that application. create another application.redirect from that

[appengine-java] Re: sending mail in google app engine in java

2010-02-18 Thread lakshmi
Hi Sreekanth, Thanks for your reply.Admin address means with which we enter in to admin console.Isn't it. That is my e-mail address, right.Even that too not working.can you tell me clearly,please. On Feb 18, 12:12 pm, Sreekanth Raju sraj...@gmail.com wrote: in order to send mail in app engine,

Re: [appengine-java] Re: sending mail in google app engine in java

2010-02-18 Thread Conor Power
The admin is an email address for some configured as an application developer from the application console. If you're testing from local SDK the email does not get sent so that could be the issue. However for me I see log statements to the effect that the email is being sent so you should be

[appengine-java] Re: sending mail in google app engine in java

2010-02-18 Thread lakshmi
Thanks cowper, really you did a great help to me.Nearly i am searching for this clarity for two weeks.Thank you very much. But what can i do for sending emails from google app engine. Is there any need with third party server.can you mention those details also please. Thanks, Lakshmi. On Feb

Re: [appengine-java] Re: sending mail in google app engine in java

2010-02-18 Thread Alexander Arendar
You don't need any third party server. Just reserve one of your deployed apps as your test server and test all your mail-sending stuff there. As Conor already explained you can't send mails testing locally. On Thu, Feb 18, 2010 at 2:00 PM, lakshmi sowji.ap...@gmail.com wrote: Thanks cowper,

[appengine-java] Re: sending mail in google app engine in java

2010-02-18 Thread lakshmi
Thanks for your reply. let me try it. On Feb 18, 5:03 pm, Alexander Arendar alexander.aren...@gmail.com wrote: You don't need any third party server. Just reserve one of your deployed apps as your test server and test all your mail-sending stuff there. As Conor already explained you can't

[appengine-java] Re: sending mail in google app engine in java

2010-02-17 Thread Henning
Hello, I have the same problem, but it is not about the favicon. It is about getting app engine to send through smtp.googlemail.com an email. Is this possible ? Are these props ever considered by Transport.send ?? props.put(mail.smtp.host,smtp.gmail.com);

[appengine-java] Re: sending mail in google app engine in java

2010-02-17 Thread lakshmi
Hello Henning, Thanks for your reply. here is my full code with which i am trying to send email from Google app engine. import java.io.IOException; import java.io.PrintWriter; import java.util.Properties; import javax.mail.Message; import javax.mail.MessagingException; import

Re: [appengine-java] Re: sending mail in google app engine in java

2010-02-17 Thread Sreekanth Raju
in order to send mail in app engine, from address should be either admin or developer email id -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com. To

[appengine-java] Re: sending mail in google app engine in java

2010-02-16 Thread lakshmi
Hi, Thanks for your reply.But i can not get any error or mail ,even i set that favicon. please,help me. On Feb 12, 12:12 am, Ikai L (Google) ika...@google.com wrote: That's just your browser trying to get a favicon from your site: http://en.wikipedia.org/wiki/Favicon