Send Email

Sends an email message asynchronously.

Inputs

Collaboration
The current collaboration object.

Message
A String that contains the text of the email message.

Subject
The subject line of the email message.

Recipients
A Vector that contains email addresses of the message recipients. This Vector contains String objects.

Notes

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

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

Related information

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

Copyright IBM Corp. 1997, 2004