My requirement is to log every mail that is send from our application into a database table.
I have a mail service and all mails are send thorough that which does the logging also.
my question is can i use that mail service with a email task ??
is activiti uses some email interface for sending emails that i can implement and configure in the activiti engine?
and if not is it a good idea to use service task instead of mail task. Thanks in advance