Hello there!

I\m trying to setup a email reciever, with a little help of the
following doc:
http://code.google.com/appengine/docs/java/mail/receiving.html

Everything looks fine except 1 annoying thing:
I can only use "<url-pattern>/_ah/mail/*</url-pattern>" setting.
If I use the setting above, I CAN recieve email messages.
But, if I try to specify an address, for example:
"[email protected]"
like this: "<url-pattern>/_ah/mail/string</url-pattern>"
or even  "<url-pattern>/_ah/mail/string*</url-pattern>" - I cannot
process an email,
and in my LOGs I see - error 404 (not found):

It says , that "/_ah/mail/[email protected]" - not found.

What am I doing wrong?

-- 
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