How to configure SMTP for DB2 9.5

db2smtp

During install I know the wizard asks for an SMTP server for notification. But I can't find these properties now when we really need it.

We're running on Windows Server 2008.

Best Answer

You have to connect with SYSADMIN rights and issue a command like this one:

update admin cfg using smtp_server put_smtp_server_hostname_here

Then restart the DAS server:

eb2admin stop

eb2admin start