> We have two Business application running on AppEngine one of which we have
> upgraded into HRD instance a couple of months before and other one was
> upgraded into HRD instance a week before.Everything was working fine on them
> but from past few days(after Friday) no mail is sending from these
> applications.check your web.xml security constraint

you probably have the mail set to the app you used before migration

<security-constraint>
                <web-resource-collection>
                        
<web-resource-name>IS_YOU_APP_NAME_RIGHT?????</web-resource-name>
                        <url-pattern>/_ah/mail/*</url-pattern>
                </web-resource-collection>
...
        </security-constraint>

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

Reply via email to