You are here: Integration > Configure email accounts with the Email Wizard > Entering email information in the Email Wizard (Receive an email and create/manage a work object) > Configuring the email listener in the Email Wizard (Receive an email and create/manage a work object)

Configuring the email listener in the Email Wizard

Email listeners provide the Pega 7 Platform with the information it needs to route email incoming messages to an email service rule.

When an email listener routes a message that has files attached to it, the listener creates a page named pyAttachmentPage (of class Data-ServiceMessage) and puts the files on that page, by using the properties pyAttachNames and pyAttachValues. When you use the Email Wizard to configure inbound email, the generated service activity is configured to extract files from the pyAttachmentPage and attach them to the work object as work object attachments.

  1. In the Email Account Name field, enter the name of the email account that the listener references for incoming and outgoing email.
  2. In the Email Listener Name field, enter the name of the email listener. Begin the name with a letter, and use only letters, numbers, the ampersand character, and hyphens.
  3. In the Folder Name field, enter the name of the email folder that the listener monitors. Typically, this folder is INBOX.
  4. In the Service Package field, enter the name of the service package to be deployed. Begin the name with a letter, and use only letters, numbers, and hyphens to form an identifier.
  5. In the Service Class field, enter the service class name.
  6. In the Requestor User ID field, enter the operator ID that the email service uses when it runs.
  7. In the Password field, enter the password for the operator ID.
  8. Select the Disable Startup check box if you want to disable the listener. The listener does not start when the Pega 7 Platform starts, and you cannot start it from the System Management application.
  9. When you select this check box, the Blocked field is selected on the Properties tab of the generated listener.

Previous: Entering email information

 

Next: Configuring the service package