The most likely suspect is that your email is not from or to a user in the same domain as your production server.
What are you setting the "To:" and "From:" fields of your email to?
Type: Posts; User: jazzyjez; Keyword(s):
The most likely suspect is that your email is not from or to a user in the same domain as your production server.
What are you setting the "To:" and "From:" fields of your email to?
Hi there.
I have a class called LocaleInterceptor that implements HandlerInterceptor which filters some requests to the webapp. It has a dependency on a LocaleManager which looks like this:
...