Email
org.sdm.spa.Email

Email actor is a notification actor that allows communication with the user via email especially from the remote execution of the long-runing workflows.

Given the configuration parameters for the host SMTP server, to and from addresses, the Email actor sends the data that is linked to its "messageBody" multi-port as an output notification email from Kepler.

Author(s): Ilkay Altintas
Version:$Id: Email.java,v 1.19 2006/04/04 17:23:50 altintas Exp $


messageBody
Generic typed message body. It is a multi-port meaning more than one input of different types could be connected to it.



toAddress
Email address that the email will be sent to.

fromAddress
Email address that the email will be sent from.

host
The SMTP host of the from address.