Hey, it's me again 😉 I'm using a mailtask in one of my Activiti diagrams. Therefore I installed a local mailserver for receiving my sent messages. But now I'd like to know which mailserver Activiti uses to send the messages - alternatively where or how can I configure the server which is used from Activiti to send mails? Thanks!
Thanks for the link, I've already seen it. But my question is, which server's used by Activiti's mailTask to send the messages for example to my local installed mailserver?
The link mproch pointed out is the configuration of the smtp-server activiti sends it's ail to. It's up to that SMTP to route it to the right mail-server for the receivers domain (as always ). We use commons-email for creating the email-message.