Requirements
To run this example, please make sure the following system requirements are
met:
- The location of an SMTP server must be specified in the IBM Alphablox
'SMTPServer' property. You can set using the IBM Alphablox home page
(under Administration tab -> System link) Or, you can set
it by typing the following command into the IBM Alphablox console:
set SMTPServer [serverName]
- The example uses a data source called 'Canned'. Either create it as
described below, or change the 'dataSourceName' property in emailExample.jsp
file to refer to an existing data source. To create the canned data source,
type the following into the IBM Alphablox console:
create data source
"Canned" Canned Server "" Catalog "Data Set 1"
Schema "Data Set 1" Maxrows 1000 Maxcols 1000 UseAASUserAuth false
Then, restart IBM Alphablox .
Refer to the
Troubleshooting section
for information on any potential issues that you might encounter.