Enabling e-mail notification for workspaces in the WebSphere Commerce development environment
The development environment is not meant to be an authoring environment. Support is provided in the environment for customization purposes only. For example, testing out changes to the content management functionality, and for simple tests, such testing out how the function works for the very first time. The ability to push out changes is not available. If you want to make changes to the content management workspaces, you cannot publish the changes out to another database.
Enabling e-mail notification in workspaces allows e-mail to automatically be sent in the following situations:
- Workspace Content Contributors will receive e-mail notification when a task they are assigned is part of a task group that has been activated.
- Task Group Approvers will receive e-mail notification when a task group for which they are an approver is ready for approval.
- Workspace Content Contributors will receive e-mail notification if a task group approval request is rejected and their assigned tasks are re-activated.
To enable e-mail notification for workspaces in WebSphere Commerce Developer:
- Configure the e-mail transportation method for your authoring server.
- Assign the following message types to the e-mail transportation method:
- RejectTaskNotification
- ReadyToApproveTaskGroupNotification
- ActivateTaskNotification
- Open the following the file in a text editor:
- WCDE_installdir\xml\config\wc-workspace.xml
- Find the following text:
<ActivateTaskEmail isEmailEnabled="false" from="" cc="" bcc="" language="en_US" /> <RejectTaskEmail isEmailEnabled="false" from="" cc="" bcc="" language="en_US" /> <ApproveTaskGroupEmail isEmailEnabled="false" from="" cc="" bcc="" language="en_US" />- Change the text to the following:
<ActivateTaskEmail isEmailEnabled="true" from="" cc="" bcc="" language="en_US" /> <RejectTaskEmail isEmailEnabled="true" from="" cc="" bcc="" language="en_US" /> <ApproveTaskGroupEmail isEmailEnabled="true" from="" cc="" bcc="" language="en_US" />- Save your changes.
- Stop and restart WebSphere Commerce.
Related concepts
Related tasks
Configure a transport method for the site
Assign a message type to a transport method for a site or store