You are here: Reference > Data classes > Email Account data instances > How to send digitally signed email

How to send digitally signed email

Signed Email ExampleOptionally, your application can send digitally signed email. This helps the recipient to verify that the message is really from your system and that the message has not been altered.

In the Microsoft Outlook email client, a special icon (Signed Email) marks such email messages.

For general information on correspondence processing, see PDN article How correspondence works. For an example of the digital signature feature, see How to create digitally signed emails.

Follow these steps:

  1. Obtain a digital signature file for SSL email in the Microsoft format (PFX file type) or Java KeyStore format (JKS file type). Assign an alias to the signature.
  2. Create a keystore data instance, part of the Security category. Upload the keystore file into the data instance.
  3. Create or update an email account data instance. Set the first key part (Account Name) to the application work pool, and the second key part (Account Type) to the literal value Notify. On the Outgoing Mail tab, identify the keystore data instance (and optionally an alias, identifying a specific certificate to use).
  4. Create and preview the correspondence rule to be sent as email.
  5. Identify the location in the flow where email is to be sent. Edit the flow to add a notify shape (notify shape), to include notification in an assignment (Envelope) or to allow users to execute a flow action that sends correspondence (such as @baseclass.SendCorrespondence).
  6. Test. The flow execution retrieves a correspondence rule and performs stream processing in the context of the requestor clipboard to produce the email message body and other details. (This processing may require several additional user inputs and processing steps, depending on the flow rule details.) It creates a request for the Pega-ProCom agent.
  7. Periodically, the Pega-ProCom agent sends email. The agent locates the Email Account data instance using the user's current work pool as the first key part and the literal value Notify as the second key part. It copies information about the Keystore data instance from the Outgoing Mail tab into parameters for @baseclass.SendEmailNotification activity. The activity includes the signature in the outgoing email message.
  8. You can review sent email using the Application Explorer, by listing and examining instances of the Data-Corr-Email class. (If the email is produced by a flow execution, a copy of the sent email appears in the History and Attachments display of the work item.)
Related topics About Email Account data instances
About Keystore data instances

UpSecurity category