[appengine-java] Re: Sending mail with the mail api

2009-08-19 Thread Sadhasivam Jayabalaganesan
This code works for me public class SivamServlet extends HttpServlet { public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException { resp.setContentType("text/plain"); UserService userService = UserServiceF

[appengine-java] Re: Sending mail with the mail api

2009-08-20 Thread Jason (Google)
Did you check your application's logs to see if there were any errors sending the messages? What code were you using to send the emails? - Jason On Wed, Aug 19, 2009 at 7:47 AM, DrMorten wrote: > > I sent about 7 emails last night to my own email address. They havnt > arrived, Ive checked the co

[appengine-java] Re: Sending mail with the mail api

2009-08-20 Thread DrMorten
Nothing in the log about failed messages. I've made a Grails Service sending my emails. Basiclly I just cut and pasted the info from http://code.google.com/appengine/docs/java/mail/usingjavamail.html, and modified it to fit my needs. Just as a quick version to get it working. I pasted the service

[appengine-java] Re: Sending mail with the mail api

2009-09-08 Thread king
I have the same problem. I sent out 3 email and have been waiting for hours, still no email arrived at my inbox, there is no error message either. Does anyone have any update on this issue? On Aug 20, 12:00 pm, DrMorten wrote: > Nothing in the log about failed messages. I've made a Grails Servi

[appengine-java] Re: Sending mail with the mail api

2009-09-09 Thread Richard Le Mesurier
Hi, I know it shouldn't make a difference if its Java or Grails, but my code (also copied from the same tutorial) is still working today (on the app server). It took a matter of seconds for the mail to hit my inbox and thats taking into account a slowish undersea cable connection to Africa... i.e

[appengine-java] Re: Sending mail with the mail api

2009-09-09 Thread king
Hi Richard, did you set the send address to your gmail account or myn...@mycompany.com ? I did the latter, and it is not going anywhere. However, if I log in to mail.mycompany.com hosted on google apps, I can send and receive mail without any problem. I also look into the GAE's email sent count

[appengine-java] Re: Sending mail with the mail api

2009-09-10 Thread Richard Le Mesurier
Hi, I have tried it both different ways - as you will see in the code referenced on the link below: http://groups.google.com/group/google-appengine-java/browse_thread/thread/fd16f0e378de26cd?hl=en This is the other thread I was asking about the CC behaviour - but the code still works and I still

[appengine-java] Re: Sending mail with the mail api

2009-09-11 Thread Jason (Google)
Just to clarify, you are sending these from a deployed application, correct? - Jason On Tue, Sep 8, 2009 at 9:06 PM, king wrote: > > I have the same problem. I sent out 3 email and have been waiting for > hours, still no email arrived at my inbox, there is no error message > either. Does anyone

[appengine-java] Re: Sending mail with the mail api

2009-12-11 Thread Werner Kok
Hi, Any news on this issue, I'm having the same problem in my deployed application. Thanks! Werner On Dec 2, 5:30 pm, Ray wrote: > Hi Jason, >           i have got the same problem too. the Code was copied and pasted > fromhttp://code.google.com/appengine/docs/java/mail/usingjavamail.html. The

[appengine-java] Re: Sending mail with the mail api

2009-12-13 Thread GregD
I'm having the exact same problem. Can someone from gae help out here? On Dec 11, 2:41 pm, Werner Kok wrote: > Hi, > > Any news on this issue, I'm having the same problem in my deployed > application. > > Thanks! > Werner > > On Dec 2, 5:30 pm, Ray wrote: > > > > > Hi Jason, > >           i hav

[appengine-java] Re: Sending mail with the mail api

2009-12-17 Thread Werner Kok
Hi Andres, Not sure what you mean? Are we supposed to include the mail.jar in our /war/lib folder or not? On Dec 14, 8:25 pm, Andrés Cerezo wrote: > I think I have problems with the mail.jar,Where have you downloaded the jar > files? > > Thanks. > > 2009/12/13 GregD > > > > > I'm having the e

Re: [appengine-java] Re: Sending mail with the mail api

2009-12-02 Thread Ray
Hi Jason, i have got the same problem too. the Code was copied and pasted from http://code.google.com/appengine/docs/java/mail/usingjavamail.html. The Mail was sended from a deployed application. I have not received any Mail, but the Quotas said that i have sent out mails. there is neithe

Re: [appengine-java] Re: Sending mail with the mail api

2009-12-14 Thread Andrés Cerezo
I think I have problems with the mail.jar,Where have you downloaded the jar files? Thanks. 2009/12/13 GregD > I'm having the exact same problem. Can someone from gae help out > here? > > On Dec 11, 2:41 pm, Werner Kok wrote: > > Hi, > > > > Any news on this issue, I'm having the same problem