Hello,
I have an application deployed in GAE (Java) using Mail API.
The app is restricted in access to users from my Google Apps domain.
To receive feedback from users, I send from client (GWT + gwt
dispatch) an action containing a subject and message.
On server side I prepare an email message, set the logged in user as
the sender and send the message to a mail group.

The point is that users can find that email in their "sent mail"
folder in Google Mail, even if they didn't actively send the message
by themselves.

I would like to know if this is an attended behaviour, and if it can
be turned off in some way: I think it's a bit confusing for users to
find mails they did not send in their own folders.

Java mail documentation in http://code.google.com/appengine/docs/java/mail/
did not help.

Thanks for clarification
Lorenzo

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en.

Reply via email to