ak <[EMAIL PROTECTED]
> wrote:
Actionally, last time i configure it to unexistent smtp server and nothing. Any errors. :-(
I've put trace print into my code and everything is going fine from begin to Transport.send(message)Sorry for stupid question but how to enable debug in Geronimo?Be
I've put trace print into my code and everything is going fine from begin to Transport.send(message)Sorry for stupid question but how to enable debug in Geronimo?Best regards,Alex Andrushchak
Rajith Attapattu wrote:
Any chance that your emails were filtered by a spam filter or s
t; wrote:
Actionally, last time i configure it to unexistent smtp server and nothing. Any errors. :-(I've put trace print into my code and everything is going fine from begin to
Transport.send(message)Sorry for stupid question but how to enable debug in Geronimo?Best regards,Alex Andrushchak
Raj
Any chance that your emails were filtered by a spam filter or something.
If not,
First grep the log for MessagingExceptions (but I assume you have done that, bcos u mentioned no errors)
Try to do the following.
Enable debug and grep the log for the following
"connecting to " + mail_host
"
F.Y.I
The JavaMail impl so far is only SMTP , other protocols (POP3 and IMAP) are still work-in-progress and not added to the code base.
Regards,
Rajith
On 1/16/06, Ken McArthur <[EMAIL PROTECTED]> wrote:
Yea, I looked into what David said and noticed that car was missing. Until 1.0.1 is re
As Aron mentioned , here is the link to the confluence site http://opensource2.atlassian.com/confluence/oss/pages/viewpage.action?pageId=1692
Hernan and I am trying to work together to address some of these concerns for end-users. Our more immediate priorities are to work on the installation a
We also have the following guide in confluence
http://opensource2.atlassian.com/confluence/oss/pages/viewpage.action?pageId=1692
Hernan mentioned this is more upto date, and I haven't reviewed both links to really see where the gaps are. But it's definietly worth giving a try.
However ple