The SendEMail Function Component uses the JavaMail API to send e-mails. By
connecting to an Simple Mail Transfer Protocol (SMTP) server, the SendEMail
Function Component can send e-mails to multiple recipients and can optionally
attach multiple files to e-mails. You can also attach multiple files with
different Multipurpose Internet Mail Extensions (MIME) types.
Field Summary
Fields inherited from class com.ibm.di.fc.Function
perform(Object obj)
This method accepts an object of type Entry, extracts the information for
the e-mail (from, recipients , subjects , attachments), creates a new
message objects with attributes listed in the incoming object and sends
this message
Methods inherited from class com.ibm.di.fc.Function
This method accepts an object of type Entry, extracts the information for
the e-mail (from, recipients , subjects , attachments), creates a new
message objects with attributes listed in the incoming object and sends
this message
Parameters:
obj - An Entry containing the values of the parameters
Returns:
Returns the calling object
Throws:
Exception - if the parameter is not an instance of the Entry
class, if the FC has not been initialized or if the method
fails