Sorry for the spam.... I used javax.net.SocketFactory instead of
javax.net.ssl.SSLSocketFactory and it goes.

-----Original Message-----
From: Gerhard [mailto:[EMAIL PROTECTED] 
Sent: 03 December 2007 03:58 PM
To: [EMAIL PROTECTED]
Subject: RE: hi, i need some help with mail notifications

I got it to try and send, but now I get another exception?
DEBUG SMTP: exception reading response: javax.net.ssl.SSLException:
Unrecognized SSL message, plaintext connection?
???

Here is my resource entry into the plexus.xml
<resource>
            <name>mail/Session</name>
            <type>javax.mail.Session</type>
            <properties>
              <property>
                <name>mail.smtp.host</name>
                <value>1**.***.0.***</value>
              </property>
              <property>
                <name>mail.smtp.port</name>
                <value>25</value>
              </property>
               
              <property> 
                <name>mail.smtp.auth</name>
                <value>false</value>
              </property>
              <property>
                <name>mail.smtp.user</name>
                <value>[EMAIL PROTECTED]</value>
              </property>
              <property>
                <name>password</name>
                <value>******</value>
              </property>
              <property>
                <name>mail.smtp.debug</name>
                <value>true</value>
              </property>
              <property>
                <name>mail.smtp.starttls.enable</name>
                <value>true</value>
              </property>
              <property>
                <name>mail.smtp.socketFactory.class</name>
                <value>javax.net.ssl.SSLSocketFactory</value>
              </property>
               
            </properties>
          </resource>

What am I doing wrong?
thanks



-----Original Message-----
From: Gerhard [mailto:[EMAIL PROTECTED] 
Sent: 03 December 2007 03:15 PM
To: [EMAIL PROTECTED]
Subject: hi, i need some help with mail notifications

Hi I just installed Continuum 1.1 and got it to build a Simple ant project. 

I am now trying to setup some notification on success/failure. I followed
the gmail smtp setup and told it to use my gmail account.

 

I get the following from the log.

 

jvm 1    | 2007-12-03 15:00:47,438 [pool-1-thread-1] INFO
org.codehaus.plexus.notification.notifier.Notifier:mail  - Same state, not
sending message.

 

Any guidance will be greatly appreciated. 

 

 

Regards

Gerhard Goosen 

 






-- 
No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.503 / Virus Database: 269.16.13/1165 - Release Date: 2007/12/02
08:34 PM


Reply via email to