===== CreateProcessInstanceByIncomingMail ===== ==== Description ==== The timer starts a process instance by incoming mails in a mailbox. ---- ==== class ==== com.dooris.bpm.actionhandler.CreateProcessInstanceByIncomingMail ---- ==== Event Type ==== any ==== Action Name ==== any ==== Mandatory Fields ==== - ---- ==== Parameter ==== == notifyGroup == Specifies the group which is to be notified if a mail is faulty. The groupname is to be entered here. == email == The login name for the mailbox is to be entered here. == password == The password for the mailbox is to be entered here. == port == The port of the mailbox is to be entered here. == host == The address of the mailbox is to be entered here. == folder == The folder of the mailbox, that is to be selected, is to be entered here. E.g. INBOX == tmpFolder == The path on server is to be entered here. In this path temporary files are saved that are needed during the dureation of the timer. This fodler can be emptied regularly. ---- ==== example ==== {{:en:software:tim:actionhandler:createprocessinstancebyincomingmail.png?nolink&708x611}} example parameter: com.dooris.bpm.actionhandler.CreateProcessInstanceByIncomingMail,Brand;mail@mailbox.com;Password123;993;imap.postfach.de;INBOX;C:Serverjboss-eap-6.3standalonetmp ---- ==== Dependencies ==== __Timer__: [[:wiki.tim-solutions.de:doku.php?id=software:tim:timer:createprocessinstancesbyhandler|ONLY IN COMBINATION WITH THIS TIMER]]