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 DB2 Alphablox
'SMTPServer' property. You can set using the DB2 Alphablox home page
(under Administration tab -> System link) Or, you can set
it by typing the following command into the DB2 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 DB2 Alphablox console:
create data source
"Canned" Canned Server "" Catalog "Data Set 1"
Schema "Data Set 1" Maxrows 1000 Maxcols 1000 UseAASUserAuth false
Then, restart DB2 Alphablox .
Refer to the
Troubleshooting section
for information on any potential issues that you might encounter.