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:

To enable e-mail notification for workspaces in WebSphere Commerce Developer:

  1. Configure the e-mail transportation method for your authoring server.

  2. Assign the following message types to the e-mail transportation method:

    • RejectTaskNotification

    • ReadyToApproveTaskGroupNotification

    • ActivateTaskNotification

  3. Open the following the file in a text editor:

  4. 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" />
    

  5. 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" />
    

  6. Save your changes.

  7. Stop and restart WebSphere Commerce.

Related concepts

Workspaces

Related tasks

Create an authoring server

Configure a transport method for the site

Assign a message type to a transport method for a site or store

Start and stopping WebSphere Commerce