I'm evaluating jBPM 7 and have it running locally. I have a Process and I'm trying to add a very simple email notification. I can see the email script task, but it only has variables for Body, From, Subject and To.
How do I actually define the SMTP server that will send the mail?
To configure the email service task take a look here
to add other variables you can click on the button Add and define your variables
The input variables that you can use are :
you can find here the source code of the EmailWorkItemHandler
. If you want to add other variables that are not declared there, you can create your own Work Item Handler (a customized task)