cancel
Showing results for 
Search instead for 
Did you mean: 

Notify candidate users groups via email using BPMN editor

ramyabalaji
Champ in-the-making
Champ in-the-making
Hi,
I am new to activiti.Can anyone tell me how to notify a candidate group a message via email using BPMN editor.
Thanks,
Ramya Balaji
4 REPLIES 4

jbarrez
Star Contributor
Star Contributor
You simply tick the 'allow email notifications'. All members of the group should receive an email.

ramyabalaji
Champ in-the-making
Champ in-the-making
Hi,
I tried that option it doesnt work.

jbarrez
Star Contributor
Star Contributor
I tried it here. Enabled these options:

<code>
email.enabled=true
email.host=localhost
email.port=1025
email.useCredentials=false
email.username=
email.password=
#email.ssl=false
#email.tls=false

# The base url that will be used to create urls in emails.
email.base.url=http://localhost:9999/activiti-app

email.from.default=no-reply@activiti.alfresco.com
email.from.default.name=Activiti
email.feedback.default=activiti@alfresco.com
</code>

Used a local smtp server. Created a test group and added 2 users. Both the users receive an email when the task gets created. Verified it in both step and bpmn editor.

hnasiba2016
Champ in-the-making
Champ in-the-making
Hi, everyone. I'm totally new in Activiti, actually I've done some little exercices, but the probleme is that I need to execute the email task what I've created in Activiti explorer. Like I can deploy and start my BPMN process in Activiti Explorer and as a result I've email sended and recieved. I'm trying to realize the same task in the simpliest way - like button onClick event with JAVA, but I don't know how, where to begin? So in my first steps I need your guid, thanks advance.