Problem with script

I have poor English, so a translator helps. Such a problem, you need to send an email inside the Service Task, how best to do this?

Hi @Kellhud,

this example sends an email from a task listener: https://github.com/camunda/camunda-bpm-examples/tree/master/usertask/task-assignment-email

You can adapt it to work in with service task instead of an event listener

Hope this helps,
Martin