[ 
http://jira.codehaus.org/browse/CONTINUUM-762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emmanuel Venisse closed CONTINUUM-762.
--------------------------------------

         Assignee: Emmanuel Venisse
       Resolution: Fixed
    Fix Version/s:     (was: Future)
                   1.1-beta-2

in conf/plexus.xml, the conf to use is:

{noformat}
          <resource> 
            <name>mail/Session</name>  
            <type>javax.mail.Session</type>  
            <properties> 
              <property> 
                <name>mail.smtp.host</name>  
                <value>smtp.gmail.com</value> 
              </property>  
              <property> 
                <name>mail.smtp.port</name>  
                <value>587</value> 
              </property>  
              <property> 
                <name>mail.smtp.auth</name>  
                <value>true</value> 
              </property>  
              <property> 
                <name>mail.smtp.user</name>  
                <value>[EMAIL PROTECTED]</value> 
              </property>  
              <property> 
                <name>password</name>  
                <value>your_password</value> 
              </property>  
              <property> 
                <name>mail.smtp.debug</name>  
                <value>true</value> 
              </property>  
              <property>
                <name>mail.smtp.starttls.enable</name>
                <value>true</value>
              </property>
            </properties> 
          </resource>  
{noformat}

> GMAIL notifier don't work
> -------------------------
>
>                 Key: CONTINUUM-762
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-762
>             Project: Continuum
>          Issue Type: Bug
>          Components: Notifier - Mail
>    Affects Versions: 1.0.3
>         Environment: windows XP
>            Reporter: Eric Reboisson
>            Assignee: Emmanuel Venisse
>             Fix For: 1.1-beta-2
>
>
> The GMAIL configuration for outgoing mail is : 
> # Sélectionnez " Server Settings " (Paramètres du serveur) sous le nouveau 
> compte.
> # Activez la case à cocher " Use secure connection (SSL) " (Utiliser une 
> connexion sécurisée (SSL)) et vérifiez que " 995 " apparaît dans le champ " 
> Port ".
> # Sélectionnez " Outgoing Server (SMTP) " (Serveur sortant (SMTP)) sous le 
> nouveau compte.
> # Entrez " smtp.gmail.com " dans le champ " Server Name " (Nom du serveur) 
> sous " Outgoing Server (SMTP) Settings " (Paramètres du serveur sortant 
> (SMTP)) et entrez " 587 " dans le champ " Port ".
> # Activez la case à cocher " Use name and password " (Utiliser un nom et un 
> mot de passe) et entrez votre nom d'utilisateur Gmail (" @gmail.com " 
> compris) dans le champ " User Name " (Nom de l'utilisateur).
> # Sélectionnez " TLS " sous " Use secure connection " (Utiliser une connexion 
> sécurisée) et cliquez sur " OK ".
> # Vérifiez que les informations figurant sous " Congratulations! " 
> (Félicitation !) sont correctes et cliquez sur " Finish " (Terminer).
> I tried to put this values in the application.xml file in 
> continuum-1.0.3\apps\continuum\conf but the notification don't work.
> Maybe the TLS system of GMAIL prevents the working of CONTINUUM
> Best regards

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to