Setting Properties for BlackBerry Email Responses

This section provides an overview of application server Simple Mail Transfer Protocol (SMTP) settings for sending email messages and discusses how to configure the email channel.

At runtime, the Send Notification feature depends on application server configuration settings for SMTP. These settings can be changed using PSADMIN.

The following settings are used for BlackBerry email response notifications:

Field or Control

Definition

SMTPGuaranteed

0: (Default) Indicates that the SMTP call is done synchronously (while the user waits).

1: Indicates that the SMTP call is done in a service operation handler (service operation = EMAIL_MSG).

Enter 1 if you want TriggerBusinessEvent email PeopleCode to be delivered through the messaging system.

SMTPBlackBerryReplyTo

Use when the sender on the template is set to System (which is always the case for BlackBerry) and BlackBerry email responses are defined for the template (on the Define Template page).

Enter the internet address that you want to be the reply-to address for Blackberry email responses. This must be a valid address, such as user1@example.com.

The default is null.

Note: The node MCF_GETMAIL is delivered with the PeopleSoft system. Users must configure the user, password, and server for their environments.

The following table describes MCF_GETMAIL routings:

Service Operation Name

Description

MCFEM_MSGCOUNT

Retrieves the number of email messages that are available on a mail server.

MCFEM_READALL

Reads all messages from a mail server.

MCFEM_REQ_DELMSG

Deletes a specific message from a mail server.

MCFEM_REQ_DELATT

Deletes an attachment.

MCFEM_REQ_MKFOLDER

Creates an IMAP folder.

MCFEM_REQ_READHDRATT

Reads headers and attachment information from a mail server.

MCFEM_REQ_READMSGATT

Reads a specific message with attachments from a mail server.

Because the email channel uses a PeopleSoft Integration Broker gateway, the email channel requires additional configuration.

See Configuring E-mail Channel in PeopleSoft Integration Broker.