Rosalind ha scritto: > I wrote to the list because this seems to be a java related error affecting > several different systems - and thought that this group might have some > suggestions and/or ideas for fixing this problem. > I apologize if this is an exclusive list for JAMES Users only.
This is not exclusive to JAMES users, but when you make questions without specification about what software you use we assume you use JAMES, so you should have better told as first thing that you don't use JAMES Server at all :-) The SendFailedException is a generic javamail exception and results from a server returning an "unknown user" error to the client. You should try to manually send a mail to the same address using the same server that your javamail application is using and see if you get the same error. It is difficult with this elements to understand whether this is a problem in your server, in your client or a bug in javamail. javamail has debug support that will log all the SMTP conversation to a file: you should ask your client vendor how to enable this feature so you can check what happens in the underlying smtp session. Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
