Sorry, what I wrote is not clear.

My application is receiving emails from users.  I'd like to reply to
those in an automated fashion.  E.g. "Thanks, we received your
email..."  etc.  It's not clear to me how to reply to a message that
my GAE app receives.

Thanks.  Kyle



On Jun 30, 10:53 am, "l.denardo" <lorenzo.dena...@gmail.com> wrote:
> Can you clarify what you're doing?
>
> The following thing works correctly, anyway:
>
> -Send the email using the Mail API setting
> * The user's address as the sender
> * The intended address (e.g. "admins") as the receiver
>
> When you receive the email at the destination address (e.g. your
> address if you're an admin) you can reply to it as if it were sent by
> the user from their favorite mail agent.
> I use the method above (actually, the email is sent to a public Google
> group of which I'm part) and my replies are correctly handled in the
> user's inbox (all Google Mail). Threading is handled by user's agent.
> Gmail works fine for sure, but it's not something you can control.
>
> Regards
> Lorenzo
>
> On Jun 30, 4:00 pm, Kyle Jensen <kljen...@gmail.com> wrote:
>
>
>
> > The docs are clear on receiving and sending email.  Now I'd like to
> > "reply" to an email from a user and have it appear correctly threaded
> > in their inbox.  How can I achieve this?
>
> > Thanks so much, Kyle

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to