Initializing the next tranche
You can trigger email digests to be sent to the next available tranche of users in your deployment by accessing specific IBM® Connections URLs and appending the initNextTranche parameter. This parameter should only be used in development or preproduction environments.
Before you begin
About this task
Procedure
- Log in to IBM® Connections.
- Trigger the email digests by accessing the following
URLs:
- Daily email digest:
http://server_name.com:port/news/web/testEmailDigestSendMail.action?type=daily
- Weekly email digest:
http://server_name.com:port/news/web/testEmailDigestSendMail.action?type=weekly
- Daily email digest:
- Optional: To initialize a tranche to be sent
to the next set of users, append the following parameter to the URL:
&initNextTranche=boolean
This parameter takes a boolean value that determines whether the next tranche of email digests should be initialized. Set the value to true when you want email digests to be sent out to the next tranche of users. Omitting the parameter causes the email digest to be sent to the current, logged-in user.
For example: http://connections.ibm.com:9444/news/web/testEmailDigestSendMail.action?type=weekly&initNextTranche=true