mailTask - which server is called?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2011 10:41 AM
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!
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!
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2011 05:44 AM
http://www.activiti.org/userguide/index.html#bpmnEmailTaskServerConfiguration - you configure it just like e.g. DB
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2011 11:28 AM
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?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2011 02:33 AM
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.

We use commons-email for creating the email-message.
