E-mail Sender Output Adapter Sample

About This Sample

This sample uses the TIBCO StreamBase® Email Sender output adapter to send e-mail messages.

Importing This Sample into StreamBase Studio

In StreamBase Studio, import this sample with the following steps:

  • From the top-level menu, click FileLoad StreamBase Sample.

  • Type email to narrow the list of options.

  • Select Email sending output adapter from the StreamBase Standard Adapters category.

  • Click OK.

StreamBase Studio creates a single project containing the sample files.

Running emailsender.sbapp in StreamBase Studio

The sample application must be configured with a valid SMTP server host name or IP address and, for the SimpleInputEmailSender adapter, a valid FromValue value and least one recipient: To, Cc, or Bcc.

  1. In the Project Explorer, open the sample you just loaded.

  2. Open the src/main/eventflow folder.

  3. Open the package folder (most samples contain a single package folder. Open the top-level package folder if your sample contains more than one folder).

  4. Open the named application file, right-click on the FullInputEmailSender adapter icon, and select Open in the Properties View.

  5. In the SmtpServer property, enter a valid SMTP server host name or IP address.

  6. Right-click on the SimpleInputEmailSender adapter icon and select Open in Properties View.

  7. In the SmtpServer property, enter a valid SMTP server host name or IP address.

  8. In the FromValue and To properties, enter valid from and to e-mail addresses, respectively.

  9. Make sure the emailsender.sbapp application is the currently active tab in the EventFlow Editor.

  10. Click the Run button. This opens the SB Test/Debug perspective and starts the application.

    If you see red marks, wait a moment for the project in Studio to load its features.

    If red marks do not resolve themselves in a moment, select the project and right-click MavenUpdate Project from the context menu.

  11. In the Manual Input view, select the SimpleInput stream.

  12. Enter subject and body values and click Send Data.

  13. Use an e-mail client to retrieve the message sent to the recipient entered in the to field of the SimpleInputEmailSender adapter.

  14. Repeat the last three steps for the FullInputEmailSender adapter. Note that with this adapter, the full set of e-mail headers are passed to the adapter through tuples in the FullInput stream. Thus, there are many more fields in the Manual Input view. At a minimum, you must provide a valid from value along with at least one recipient: to, cc, or bcc.

  15. When done, press F9 or click the Stop Running Application button.

Sample Location

When you load the sample into StreamBase Studio, Studio copies the sample project's files to your Studio workspace, which is normally part of your home directory, with full access rights.

Important

Load this sample in StreamBase Studio, and thereafter use the Studio workspace copy of the sample to run and test it, even when running from the command prompt.

Using the workspace copy of the sample avoids permission problems. The default workspace location for this sample is:

studio-workspace/sample_emailsender

See Default Installation Directories for the default location of studio-workspace on your system.