I am sorry I think this is not correct Regards Pallavi
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, January 10, 2008 6:38 PM To: continuum-users@maven.apache.org Subject: RE: Configure FROM mailbox Hi, You need to set your plexux.xml file under \continuum-1.1\conf from localhost to your mailServer name Below I have copied the xml file part. <!-- START SNIPPET: mail --> <!-- Mail Session --> <resource> <name>mail/Session</name> <type>javax.mail.Session</type> <properties> <property> <name>mail.smtp.host</name> <value>localhost</value> </property> <property> <name>mail.smtp.port</name> <value>25</value> </property> Regards Pallavi -----Original Message----- From: ivan [mailto:[EMAIL PROTECTED] Sent: Thursday, January 10, 2008 6:26 PM To: continuum-users@maven.apache.org Subject: Configure FROM mailbox Hi! I configured file plexus.xml (continuum 1.1), and also section "Mail". But while starting continuum, following line are printed into log: org.codehaus.plexus.notification.notifier.Notifier:mail - The from mailbox is not configured, will use the nag email address from the project. So, how can I set FROM mailbox and where? Thanks