cancel
Showing results for 
Search instead for 
Did you mean: 

mailTask - which server is called?

arno1
Champ in-the-making
Champ in-the-making
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!
3 REPLIES 3

mproch
Champ in-the-making
Champ in-the-making

arno1
Champ in-the-making
Champ in-the-making
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?

frederikherema1
Star Contributor
Star Contributor
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 Smiley Wink).
We use commons-email for creating the email-message.