I deployed the app (to appspot) and attempted to send an email from
the application, the code seem to run fine (i.e. no exception, no
bounced email in sender), however, no email in the to persons inbox,
no email in the from persons sent box.
 Copied the code from;
http://code.google.com/appengine/docs/java/mail/usingjavamail.html


On Feb 19, 11:46 am, bimbo jones <[email protected]> wrote:
> Hi,
>
> msg.setFrom(new InternetAddress("[email protected]", "Example.com Admin"));
>
> Change "[email protected]" to a valid admin/developer email in app overview
>
> The way i use it, i don't know if it is in the right way, i just add the "
> [email protected]", to the list of admin of the app in the app
> overview, it will not work locally.
> To test you can use the email you have on the application overview.
>
> 2010/2/19 A1programmer <[email protected]>
>
>
>
> > JavaMail works fine once the app is deployed to App Engine.
>
> >http://code.google.com/appengine/docs/java/mail/usingjavamail.html
>
> > On Feb 18, 10:08 am, Raghu <[email protected]> wrote:
> > > Hi All,
>
> > > I struck at JavaMail application. I tested remotely and locally also.
> > > It's not working. please help me. Please share a simple servlet if
> > > possible
>
> > > thanks
>
> > > raghu
>
> > --
> > 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
> > [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<google-appengine-java%2B 
> > [email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine-java?hl=en.

-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to