Once you have set the system default settings for the e-mail transport method, activate notification by doing the following:
- Edit the instance_name.xml by setting:
<Notification display="false"> <order enabled="true" /> <error enabled="true" /> <pwdreset enabled="true" /> </Notification>
- Restart WebSphere Commerce Server.
Note: If you encounter problems when sending e-mail for error notification the following actions may be required:
- Check that configuration values are correct.
- Clean-up all configuration data by deleting all entries that configure
transport at the store level. The following SQL statement will delete all
entries:
delete from cseditatt where store_id is not null
- Open the Administration Console and and select Site on the Administration Console Site/Store Selection page. Check that all message types are configured properly and do not configure transport at the store level.