Send Email

Sends an e-mail message asynchronously.

Inputs

Collaboration
The current collaboration object.
Message
A String that contains the text of the e-mail message.
Subject
The subject line of the e-mail message.
Recipients
A Vector that contains e-mail addresses of the message recipients. This Vector contains String objects.

Notes

The Send Email function block can send an e-mail message to the recipients specified in the input Recipients vector if:

Note:
The Log Error function block automatically sends an error message to an e-mail recipient (assuming that the Email collaboration and adapter are running). The Send Email function block enables you to explicitly send an e-mail message.

Related information

This function block is based on the BaseCollaboration.sendEmail() method. For more information, see sendEmail().

Copyright IBM Corp. 2004, 2005