I removed all the code that i had dumped in application.xml file.I just
configured in continuum itself.I get a error in continuum.log file.It is
related to connection refused.
Caused by: org.codehaus.plexus.mailsender.MailSenderException: Error while
sending the message.
at
org.codehaus.plexus.mailsender.javamail.AbstractJavamailMailSender.send(AbstractJavamailMailSender.java:226)
at
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sendMessage(MailContinuumNotifier.java:648)
... 15 more
Caused by: javax.mail.MessagingException: Could not connect to SMTP host:
localhost, port: 25;
nested exception is:
java.net.ConnectException: Connection refused
I think the problem is from machine side.
Wendy Smoak-3 wrote:
>
> On Tue, Oct 21, 2008 at 3:10 AM, Jan K wrote:
>
>> I am using maven2 and continuum 1.2.I read in a article as we need to set
>> smtp host ,port etc in application.xml.So i have set
>
> Ah, I see you did start a separate thread for the mail notifier. :)
>
> What instructions are you following? (A link to the article you mention?)
>
> Unfortunately the information you pasted didn't come through clearly
> -- take a look at it in the archive:
> http://www.nabble.com/Mail-not-sending-to-notifiers-td20086216.html
>
> The continuum.log file should have more information about what's going
> wrong. It will either have an error if it can't connect to the mail
> server, or it might say why it's not sending an email, for example if
> nothing changed in the project. (Look in the /path/to/continuum/logs
> directory.)
>
> --
> Wendy
>
>
--
View this message in context:
http://www.nabble.com/Mail-not-sending-to-notifiers-tp20086216p20104781.html
Sent from the Continuum - Users mailing list archive at Nabble.com.