Send mail with some form information

Hey,

I want to send an email from my process with some information included in a form.

In the body of my message (Mail connector). I did this :

${name_user}
${factory}
${phone_number}

Theses tree variables are declared as “Global variables”. Just in case.

I am usin the community version of Bonita 6.2

Thank you

Hello,

you can find an example of using email connector with dynamic content (process data) in this document available online . Note that this document could be helpful when you are building your first application with Bonita BPM.

Hope this helps,
Haris

Thank you it gave me some idea and it works :slight_smile:

OK, great :slight_smile: