cancel
Showing results for 
Search instead for 
Did you mean: 

Email task and google account

flower_white21
Champ in-the-making
Champ in-the-making
Hi all,

I'm newbie in Activiti, can you help me plz !

i wanna send and receive  email by using gmail , i change the configuration in the file acriviti.cfg.xml  like this :

<!– email –>
      <property name="mailServerHost" value="smtp.gmail.com" />
      <property name="mailServerPort" value="465" />
      <property name="mailServerUsername" value="Myadresse@gmail.com" />
      <property name="mailServerPassword" value="Mypassword" />
      <property name="mailServerUseSSL" value="true" />
      


and it's does not work ?? any idea
2 REPLIES 2

flower_white21
Champ in-the-making
Champ in-the-making
setting properties in the configuration file :

                 name="mailServerHost" value="smtp.gmail.com" 
   name="mailServerPort" value="465"
   name="mailServerUsername" value="myadresse@gmail.com"
   name="mailServerPassword" value="mypassword"
   name="mailServerUseSSL" value="true"