I'm getting RemoteDelivery: Could not connect to SMTP host errors in my JAMES
log file, but the mail-sending code executes successfully. Is that sort of
thing not supposed to create an exception in the Java code?

What sorts of things do create exceptions in the mail-sending code - things
I can think of include incorrectly formatted email addresses or an SMTP
server that's down. Would the following things cause Java exceptions?

- sending email to host that doesn't accept mail (e.g. [email protected]
instead of [email protected])
- sending email to non-existent mailbox on a proper mail server
([email protected])
- rejected mail b/c your mail was seen as spam by the receiving mail server
- rejected mail b/c receiving mailbox is full
-- 
View this message in context: 
http://www.nabble.com/No-exception-throw-but-problem-in-log-file-tp23675775p23675775.html
Sent from the James - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to